Handbook
Glossary
no-compile? ( word -- ? )
Vocabulary
compiler
Inputs
word
an
object
Outputs
?
an
object
Definition
IN:
compiler
GENERIC:
no-compile?
( word -- ? )
Methods
USING:
compiler
generic
words
;
M:
method
no-compile?
"method-generic"
word-prop
no-compile?
;
USING:
compiler
generic.single
words
;
M:
predicate-engine-word
no-compile?
"owner-generic"
word-prop
no-compile?
;
USING:
combinators.short-circuit
compiler
macros
words
;
M:
word
no-compile?
{
[
macro?
]
[
"special"
word-prop
]
[
"no-compile"
word-prop
]
}
1||
;