Category
page 1Evaluation strategy
lazy evaluation
evaluation strategy that delays evaluation of expressions until actually needed
expression
combination of functions, variables, etc. in a computer program that returns a value
dynamic programming language
programming language that supports manipulating program constructs at runtime
evaluation strategy
strategy used by programming languages to determine two things—when to evaluate the arguments of a function call and what kind of value to pass to the function
reactive programming
a programming paradigm based on event-driven architecture for processing data changes in real-time
short-circuit evaluation
type of semantics in some programming languages
partial evaluation
technique for program optimization