minor cleanups
parent
a90ad2b2f1
commit
4e9f71468a
|
@ -1,7 +1,7 @@
|
|||
USING: io namespaces kernel hashtables math generic threads concurrency
|
||||
lists sequences arrays xlib x ;
|
||||
|
||||
IN: concurrent-widgets
|
||||
USING: io namespaces kernel hashtables math generic threads concurrency
|
||||
lists sequences arrays xlib x ;
|
||||
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
! Ed Cavazos - wayo.cavazos@gmail.com
|
||||
|
||||
IN: automata
|
||||
|
||||
USING: parser kernel hashtables namespaces sequences lists math io
|
||||
math-contrib threads strings arrays prettyprint xlib x ;
|
||||
|
||||
IN: automata
|
||||
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
! set-rule
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
! Eduardo Cavazos - wayo.cavazos@gmail.com
|
||||
|
||||
IN: boids
|
||||
|
||||
USING: namespaces math kernel sequences arrays xlib x ;
|
||||
USING: namespaces math kernel sequences arrays xlib x ; IN: boids
|
||||
|
||||
! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
USING: kernel parser words compiler sequences ;
|
||||
|
||||
"xlib.factor" run-file
|
||||
"xlib" words [ try-compile ] each
|
||||
clear
|
||||
"xlib.factor" run-file "xlib" words [ try-compile ] each
|
||||
|
||||
"x.factor" run-file
|
||||
|
||||
|
@ -12,8 +10,6 @@ clear
|
|||
|
||||
"concurrent-widgets.factor" run-file
|
||||
|
||||
"glx.factor" run-file
|
||||
"x11" words [ try-compile ] each
|
||||
clear
|
||||
"glx.factor" run-file "x11" words [ try-compile ] each
|
||||
|
||||
"gl.factor" run-file
|
Loading…
Reference in New Issue