Found 1 hit - Term: call-by-value, Database: *, Strategy: exact
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
call-by-value
cbv an evaluation strategy where arguments are evaluated
before the function or procedure is entered. only the values
of the arguments are passed and changes to the arguments
within the called procedure have no effect on the actual
arguments as seen by the caller. see applicative order
reduction, call-by-value-result, strict evaluation,
call-by-name, lazy evaluation.
see also:
evaluation strategy applicative order reduction call-by-value-result strict evaluation call-by-name lazy evaluation
Dictionary of Words and Phrases online did not found adittional definition or meaning about call-by-value. Last accessed:2008/10/07 22:01:14 [Total processing time: 0 seconds] |