Handbook
Glossary
vocab-metadata-files ( vocab -- paths )
Vocabulary
vocabs
.
metadata
Inputs
vocab
an
object
Outputs
paths
an
object
Definition
USING:
combinators
make
;
IN:
vocabs.metadata
:
vocab-metadata-files
( vocab -- paths )
[
{
[
vocab-authors-path
file-exists?,
]
[
vocab-platforms-path
file-exists?,
]
[
vocab-resources-path
file-exists?,
]
[
vocab-summary-path
file-exists?,
]
[
vocab-tags-path
file-exists?,
]
}
cleave
]
{
}
make
;