Handbook
Glossary
optimize? ( word -- ? )
Vocabulary
compiler
Inputs
word
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
generic.single
kernel
words
;
IN:
compiler
:
optimize?
( word -- ? )
{
[
single-generic?
]
[
primitive?
]
}
1||
not
;