Handbook
Glossary
build-decision-tree ( generic -- methods )
Vocabulary
generic
.
single
Inputs
generic
an
object
Outputs
methods
an
object
Definition
USING:
definitions
kernel
namespaces
words
;
IN:
generic.single
:
build-decision-tree
( generic -- methods )
[
"engines"
word-prop
forget-all
]
[
V{
}
clone
"engines"
set-word-prop
]
[
"methods"
word-prop
clone
[
find-default
default
set
]
[
<engine>
compile-engine
]
bi
]
tri
;