Strict programming language: Difference between revisions

Content deleted Content added
need references
Line 1:
{{unreferenced}}
A '''strict programming language''' is one in which only [[strict function]]s 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]].