Handbook
Glossary
factorcode.org
find-library-from-list ( seq -- path/f )
Vocabulary
alien.libraries.finder
Inputs
seq
an
object
Outputs
path/f
an
object
Definition
USING:
kernel
sequences
;
IN:
alien.libraries.finder
:
find-library-from-list
( seq -- path/f )
dup
[
find-library*
]
map-find
drop
[
]
[
?first
"library_not_found"
or
]
?if
;