bn:01055713n
Noun Concept
Categories: Implementation of functional programming languages, All articles needing additional references, Evaluation strategy, Compiler optimizations
EN
lazy evaluation  call-by-need  call by need  infinite list  infinite lists  lazy
EN
In programming language theory, lazy evaluation, or call-by-need, is an evaluation strategy which delays the evaluation of an expression until its value is needed and which also avoids repeated evaluations. Wikipedia
Definitions
Relations
Sources
EN
In programming language theory, lazy evaluation, or call-by-need, is an evaluation strategy which delays the evaluation of an expression until its value is needed and which also avoids repeated evaluations. Wikipedia
A technique of delaying computation of expressions until the results of the computation are needed Wikipedia Disambiguation
Evaluation strategy that delays evaluation of expressions until actually needed Wikidata
Any of a variety of computing techniques that delay the computation of expressions until (and unless) the results are needed. Wiktionary
HAS KIND
HAS INSTANCE
DIFFERENT FROM
USES