Strict programming language: Difference between revisions

Content deleted Content added
need references
SmackBot (talk | contribs)
m Date the unreferenced tag (approx) using AWB
Line 1:
{{unreferenced|date=October 2006}}
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]].