Strict programming language: Difference between revisions

Content deleted Content added
Bluebot (talk | contribs)
m Fixing C++ links
m clarification
Line 1:
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 whichthat isallows notthe user to define non-strict functions, and hence may allow [[lazy evaluation]].
 
== Examples ==