2006-01-18 14:06:34 -05:00
|
|
|
IN: scratchpad
|
|
|
|
USING: kernel parser sequences words compiler ;
|
|
|
|
{ "utils" "combinatorics" "analysis" "polynomials" "quaternions" "matrices" "statistics" "numerical-integration" }
|
|
|
|
[ "contrib/math/" swap ".factor" append3 run-file ] each
|
2005-10-20 19:36:59 -04:00
|
|
|
|
2005-10-23 19:07:16 -04:00
|
|
|
"math-contrib" words [ try-compile ] each
|
2005-10-20 19:36:59 -04:00
|
|
|
|