Handbook
Glossary
config>profile ( config -- profile )
Vocabulary
tools
.
deploy
.
config
Inputs
config
an
object
Outputs
profile
an
object
Definition
USING:
assocs
combinators.smart
kernel
sequences
;
IN:
tools.deploy.config
:
config>profile
( config -- profile )
{
[
deploy-math?
of
"math"
f
?
]
[
deploy-threads?
of
"threads"
f
?
]
[
drop
"compiler"
]
[
deploy-io
of
3
=
"io"
f
?
]
[
deploy-ui?
of
"ui"
f
?
]
[
deploy-unicode?
of
"unicode"
f
?
]
[
deploy-help?
of
"help"
f
?
]
}
cleave>array
sift
;