1 Answers

A strict programming language is a programming language which employs a strict programming paradigm, allowing only strict functions 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.

4 views