Handbook
Glossary
MEMO[
Vocabulary
memoize
.
syntax
Syntax
MEMO[ elements... ]
Word description
Defines the given literal quotation as one which memoizes its outputs given a particular input.
Definition
USING:
kernel
memoize
parser
sequences
stack-checker
;
IN:
memoize.syntax
SYNTAX:
MEMO[
parse-quotation
dup
infer
memoize-quot
suffix!
;