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