Searching map area
Strict programming language
Y 100%
Programming language using strict evaluation
Ratings
0
Nobody has rated this yet. Be the first!
Instances
1
Influencing rating
Y 100%
Lists
0

A strict programming language is a programming language that only allows strict functions (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. In most non-strict...