repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove math.blas.syntax and merge parsing words into math.blas.vectors/matrices
[factor/jcg.git]
/
extra
/
hello-world
/
deploy.factor
blob
48c14f7cbafd7cb091160ff1465008c43102e93c
1
USING: tools.deploy.config ;
2
H{
3
{ deploy-name "Hello world (console)" }
4
{ deploy-c-types? f }
5
{ deploy-word-props? f }
6
{ deploy-ui? f }
7
{ deploy-reflection 1 }
8
{ deploy-compiler? f }
9
{ deploy-unicode? f }
10
{ deploy-io 2 }
11
{ deploy-word-defs? f }
12
{ deploy-threads? f }
13
{ "stop-after-last-window?" t }
14
{ deploy-math? f }
15
}