Handbook
Glossary
reset-vocab-cache ( vocab -- )
Vocabulary
vocabs
.
cache
Inputs
vocab
an
object
Outputs
None
Definition
USING:
assocs
kernel
namespaces
sequences
vocabs
vocabs.loader
vocabs.metadata
words
;
IN:
vocabs.cache
:
reset-vocab-cache
( vocab -- )
vocab-name
[
root-cache
get
delete-at
]
[
\
vocab-file-lines
"memoize"
word-prop
swap
[
[
drop
first
vocab-name
]
]
dip
[
=
]
curry
compose
assoc-reject!
drop
]
bi
;