Handbook
Glossary
dependencies-satisfied? ( word cache -- ? )
Vocabulary
compiler
.
crossref
Inputs
word
a
word
cache
an
assoc
Outputs
?
a
boolean
Word description
Checks if all the words dependencies are satisfied or not.
Definition
USING:
assocs
kernel
sequences
stack-checker.dependencies
words
;
IN:
compiler.crossref
:
dependencies-satisfied?
( word cache -- ? )
[
"dependency-checks"
word-prop
]
dip
[
[
satisfied?
]
cache
]
curry
all?
;