Content deleted Content added
m Robot-assisted disambiguation (you can help!): Macro |
Diego Moya (talk | contribs) Explaining strict functions |
||
Line 1:
{{unreferenced|date=October 2006}}
A '''strict programming language''' is one in which only [[strict function]]s (functions for which their parameters must be wholly evaluated before calling them) 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 ==
|