Strict programming language: Difference between revisions

Content deleted Content added
Bender the Bot (talk | contribs)
m References: http→https for Google Books and Google News using AWB
add links
Line 1:
{{Refimprove|date=November 2014}}
A '''strict programming language''' is onea in[[programming language]] which employs a strict [[programming paradigm]], allowing only [[strict function]]s (functions whose parameters must be evaluated completely before they may be called) may be defined by the user. A '''non-strict programming language''' allows the user to define non-strict functions, and hence may allow [[lazy evaluation]].{{Sfn|Scott|2006|p=541}}
 
==Examples==