Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
call-by-need
Jump to user comments
reduction A reduction strategy which delays evaluation of
function arguments until they are needed because they are
arguments to a primitive function or a conditional.
Call-by-need is one part of lazy evaluation.