factor/contrib/concurrency/load.factor

11 lines
279 B
Factor
Raw Normal View History

2006-01-18 14:06:34 -05:00
IN: scratchpad
USING: kernel parser compiler words sequences ;
2005-08-04 18:46:50 -04:00
2006-01-18 14:06:34 -05:00
"contrib/dlists.factor" run-file
"contrib/math/load.factor" run-file
2005-08-04 18:46:50 -04:00
2006-01-18 14:06:34 -05:00
{ "concurrency" "concurrency-examples" }
dup
[ "contrib/concurrency/" swap ".factor" append3 run-file ] each
[ words [ try-compile ] each ] each