Content deleted Content added
Fixed grammar Tags: canned edit summary Mobile edit Mobile app edit Android app edit |
Ethanpet113 (talk | contribs) |
||
Line 1:
{{context|date=November 2018}}
{{Refimprove|date=November 2014}}
A '''strict programming language''' is a [[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) to 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}}
|