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]
/
basis
/
bootstrap
/
ui
/
ui.factor
blob
0cdf3137f659c66c7fe2f73cbf0857a59924c123
1
USING: alien namespaces system combinators kernel sequences
2
vocabs vocabs.loader ;
3
IN: bootstrap.ui
4
5
"bootstrap.compiler" vocab [
6
"ui-backend" get [
7
{
8
{ [ os macosx? ] [ "cocoa" ] }
9
{ [ os windows? ] [ "windows" ] }
10
{ [ os unix? ] [ "x11" ] }
11
} cond
12
] unless* "ui." prepend require
13
14
"ui.freetype" require
15
] when