define-memoized ( word quot effect -- )
Factor handbook » The language » Memoization

Prev:MEMO:
Next:reset-memoized ( word -- )


Vocabulary
memoize

Inputs
worda word
quota quotation
effectan effect


Outputs
None

Word description
Defines the given word at run time as one which memoizes its outputs given a particular input.

See also
MEMO:

Definition