Partial evaluation

This is an old revision of this page, as edited by The Anome (talk | contribs) at 02:40, 17 July 2002 (see also lazy evaluation). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Partial evaluation produces a specialized computer program from a general program and some part of its input data. The resulting residual program takes the remaining input data of the original program and runs with the same effect as the original program running on its full input.

See also: