call-by-name
English
Alternative forms
Noun
- (programming) An evaluation strategy whereby an argument to a function is evaluated each time its value is used in the function, and is not evaluated at all if its value is never used.
- Synonym: pass-by-name
Translations
in programming
|