Handbook
Glossary
compute-next-methods ( -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
None
Outputs
None
Definition
USING:
assocs
generic.standard
kernel
memory
parser
sequences
words
;
IN:
tools.deploy.shaker
:
compute-next-methods
( -- )
[
standard-generic?
]
instances
[
"methods"
word-prop
values
[
calls-next-method?
]
filter
[
dup
next-method*
"next-method"
set-word-prop
]
each
]
each
"vocab:tools/deploy/shaker/next-methods.factor"
run-file
;