2005-10-20 19:36:59 -04:00
|
|
|
IN: dimensions
|
|
|
|
USING: parser sequences words compiler ;
|
|
|
|
[
|
2005-10-21 03:42:38 -04:00
|
|
|
"contrib/math/utils.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
"contrib/math/combinatorics.factor"
|
|
|
|
"contrib/math/analysis.factor"
|
|
|
|
"contrib/math/polynomial.factor"
|
2005-10-21 02:46:54 -04:00
|
|
|
"contrib/math/quaternions.factor"
|
|
|
|
"contrib/math/matrices.factor"
|
2005-10-20 19:36:59 -04:00
|
|
|
] [ run-file ] each
|
|
|
|
|
2005-10-23 19:07:16 -04:00
|
|
|
"math-contrib" words [ try-compile ] each
|
2005-10-20 19:36:59 -04:00
|
|
|
|