call-by-name
Appearance
English
[edit]Alternative forms
[edit]Noun
[edit]- (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
[edit]in programming
|