demand driven

A demand driven architecture/language performs computations when the result is required by some other computation. E.g. Imperial College's ALICE running HOPE.

See also data flow, lazy evaluation, reduction.