]> gitweb.factorcode.org Git - factor.git/history - extra/arrays/shaped
webapps: better style
[factor.git] / extra / arrays / shaped /
2022-01-20 Doug Colemanfactor: trim more using lists.
2020-11-05 John Benediktssonarrays.shaped: adding get words.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-02-14 John Benediktssoncore/basis/extra: use none?.
2017-10-24 John Benediktssonmath: using ``v.`` instead of ``v* sum`` in a few places.
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-22 Doug Colemanarrays.shaped: A bit of work on arrays.shaped.
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
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
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...