Strict programming language: Difference between revisions

Content deleted Content added
m Robot-assisted disambiguation (you can help!): Perl programming language
No edit summary
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]].
 
== Examples ==