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
Updating non-core libraries for monotonic? change
[factor/jcg.git]
/
basis
/
bootstrap
/
ui
/
tools
/
tools.factor
blob
a3d02a00166e6872f8db5b56e69241ab9ce89681
1
USING: kernel vocabs vocabs.loader sequences system ;
2
3
{ "ui" "help" "tools" }
4
[ "bootstrap." prepend vocab ] all? [
5
"ui.tools" require
6
7
"ui.cocoa" vocab [
8
"ui.cocoa.tools" require
9
] when
10
11
"ui.tools.walker" require
12
] when