C1
a programming language evaluation strategy where expressions are evaluated as soon as they are bound to a variable.
Meanings
a programming language evaluation strategy where expressions are evaluated as soon as they are bound to a variable.
In eager evaluation, the expression '3 + 4' is computed immediately when assigned to a variable.
Synonyms
Antonyms
Last updated: 2025/01/11 11:58
