14 lines
339 B
Factor
14 lines
339 B
Factor
IN: dimensions
|
|
USING: parser sequences words compiler ;
|
|
[
|
|
"contrib/math/utils.factor"
|
|
"contrib/math/combinatorics.factor"
|
|
"contrib/math/analysis.factor"
|
|
"contrib/math/polynomial.factor"
|
|
"contrib/math/quaternions.factor"
|
|
"contrib/math/matrices.factor"
|
|
] [ run-file ] each
|
|
|
|
"math-contrib" words [ try-compile ] each
|
|
|