]> gitweb.factorcode.org Git - factor.git/history - extra/arrays/shaped/shaped.factor
core: Rename iota to <iota> so we can have TUPLE: iota ... ; instead of TUPLE: iota...
[factor.git] / extra / arrays / shaped / shaped.factor
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemanextra: use throw-foo for ERROR: change
2013-07-24 Doug Colemanarrays.shaped: Inefficient iteration with indices.
2013-04-11 Doug Colemanarrays.shaped: Deal with 0s in shape.
2012-11-15 Doug Colemanarrays.shaped: First stab at an n-dimensional array...