Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

strict evaluation

You are here: irt.org | FOLDOC | strict evaluation

Call-by-value evaluation order is sometimes called "strict evaluation" because, in a sequential system, it makes functions behave as though they were strict, in the sense that evaluation of a function application cannot terminate before evaluation of the argument. Similarly, languages are called strict if they use call-by-value argument passing.

Compare eager evaluation, lazy evaluation.

(1994-12-21)

Nearby terms: STRESS « stress testing « strict « strict evaluation » strided » string » String EXpression Interpreter

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb