Handbook
Glossary
strip-compiler-classes ( -- )
Vocabulary
tools
.
deploy
.
shaker
Inputs
None
Outputs
None
Definition
USING:
generic.single
io.streams.c
kernel
memory
sequences
tools.deploy.config
words
;
IN:
tools.deploy.shaker
:
strip-compiler-classes
( -- )
strip-dictionary?
[
"Stripping compiler classes"
show
[
single-generic?
]
instances
compiler-classes
[
[
"decision-tree"
word-prop
]
]
dip
[
prune-decision-tree
]
curry
compose
each
]
when
;