15 lines
410 B
Factor
15 lines
410 B
Factor
USING: parser sequences words compiler ;
|
|
[
|
|
"contrib/math/utils.factor"
|
|
"contrib/math/combinatorics.factor"
|
|
"contrib/math/analysis.factor"
|
|
"contrib/math/polynomials.factor"
|
|
"contrib/math/quaternions.factor"
|
|
"contrib/math/matrices.factor"
|
|
"contrib/math/statistics.factor"
|
|
"contrib/math/numerical-integration.factor"
|
|
] [ run-file ] each
|
|
|
|
"math-contrib" words [ try-compile ] each
|
|
|