Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
axiomatic semantics

    A set of assertions about properties of a system and
   how they are effected by program execution.  The axiomatic
   semantics of a program could include pre- and post-conditions
   for operations.  In particular if you view the program as a
   state transformer (or collection of state transformers), the
   axiomatic semantics is a set of invariants on the state which
   the state transformer satisfies.

   E.g. for a function with the type:

   	sort_list :: [T] -> [T]

   we might give the precondition that the argument of the
   function is a list, and a postcondition that the return value
   is a list that is sorted.

   One interesting use of axiomatic semantics is to have a
   language that has a finitely computable sublanguage that is
   used for specifying pre and post conditions, and then have the
   compiler prove that the program will satisfy those conditions.

   See also operational semantics, denotational semantics.

   (1995-11-09)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy