Doug Coleman
|
3dba6e3607
|
factor: fry '[ -> $[
don't etc to dont to free up '
|
2016-06-25 12:04:03 -07:00 |
Doug Coleman
|
263b8b9507
|
factor: in: -> IN:
vocab-roots get [ vocabs-from reject-some-paths ] map concat
{
"specialized-arrays" "specialized-vectors"
"math.blas.matrices" "math.blas.vectors" "math.vectors.simd"
"math.vectors.simd.cords" "game.debug" "gpu.util" "gpu.effects.blur"
"gpu.effects.step" "model-viewer" "terrain.shaders" "spheres"
"bunny.cel-shaded" "bunny.outlined"
} diff
[ modern-source-path ] map
[ dup { [ lowercase-colon-literal? ] [ tag>> "in" sequence= ] } 1&& [ [ drop "IN" ] change-tag ] when ] rewrite-paths
|
2016-06-20 16:43:55 -07:00 |
Doug Coleman
|
41b3d5bb0a
|
factor: GENERIC: -> GENERIC: ; and GENERIC# HOOK: MATH: too
|
2016-06-17 12:07:41 -07:00 |
Doug Coleman
|
99ed27a833
|
core: using lowercase colon words.
|
2016-06-17 12:07:41 -07:00 |
Doug Coleman
|
77647918b9
|
core: moving locals to core. there's a helper file resource:core-locals.factor to copy/paste parts of in for making a boot image.
|
2016-06-17 12:07:41 -07:00 |