Strict programming language: Difference between revisions

Content deleted Content added
mNo edit summary
Minor grammar and style corrections.
Line 1:
{{unreferenced|date=October 2006}}
A '''strict programming language''' is one in which only [[strict function]]s (functions for which theirwhose parameters must be evaluated completely before callingthey themmay be called) may be defined by the user. A '''non-strict programming language''' is one that allows the user to define non-strict functions, and hence may allow [[lazy evaluation]].
 
== Examples ==