]> gitweb.factorcode.org Git - factor.git/history - extra/sequences/extras/extras.factor
factor: Move math.ranges => ranges.
[factor.git] / extra / sequences / extras / extras.factor
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-10-22 Doug Colemansequences.extras: Add Kadane's algorithm for finding...
2021-03-23 John Benediktssonsequences.extras: reverse stack effect for start-all...
2021-03-23 John Benediktssonextra: using keepd instead of "2keep drop".
2021-03-20 John Benediktssonsequences.extras: remove map-zip in favor of assocs...
2021-03-16 John Benediktssonsequences: adding cut-slice*.
2020-12-21 Doug Colemansequences.extras: Add find-pred
2020-12-14 John Benediktssonsequences.extras: fix pad-center output type.
2020-12-11 John Benediktssonsequences.extras: simplify pad-center, add docs.
2020-11-30 John Benediktssonsequences.extras: loop>sequence simplify.
2020-11-30 John Benediktssonsequences.extras: make loop>array* use produce.
2020-11-30 John Benediktssonsequences.extras: simplify zero-loop>array.
2020-11-30 John Benediktssonsequences.extras: make loop>array faster using produce.
2020-11-29 Doug Colemansequences.extras: Add loop>array** and document all...
2020-11-29 Doug Colemandb.sqlite: Add some more constants and a way to see...
2020-09-28 John Benediktssonsequences.extras: fix stack effect for filter-all-subseqs.
2020-07-20 John Benediktssonsequences.extras: move some words to assocs.extras.
2020-07-19 Doug Colemansequences.extras: Add {filter,reject}-{keys,values}
2020-04-02 John Benediktssonbasis/extra: move fewer things.
2020-04-02 John BenediktssonRevert "basis: Move more extra to basis."
2020-03-28 Doug Colemanbasis: Move more extra to basis.
2019-06-28 John Benediktssonsequences.extras: adding extract!.
2018-12-16 Doug Colemansequences.extras: Allow row variables in loop>array...
2018-11-22 Doug Colemanimap: Add a word to list all folders and fix a couple...
2018-07-06 John Benediktssonsequences.extras: fix bug in count-head, add some tests.
2018-07-04 Doug Colemansequences.extras: Add count-head and count-tail
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-16 John Benediktssonsequences.extras: making evens/odds mutable sequences.
2018-02-16 John Benediktssonsequences.extras: rename join-with to interleaved.
2018-02-16 John Benediktssonsequences.extra: make evens/odds virtual sequences.
2018-02-16 John Benediktssonsequences.extras: fix evens/odds to not cache length.
2018-02-16 John Benediktssonsequences.extras: adding join-with-as, test with strings.
2018-02-15 John Benediktssonsequences.extras: faster join-with.
2018-02-15 John Benediktssonsequences.extras: adding join-with.
2018-02-14 John Benediktssonsequences: moving none? to core.
2018-02-08 Björn Lindqvistsequences.extras: this formulation of arg-max/min shoul...
2017-10-25 John Benediktssonsequences.extras: adding 3each-from and 3map-reduce.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-25 Alexander Iljinsequences.extras: add ?supremum and ?infimum
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-06-01 Doug Colemanfactor: Rename start -> subseq-start, start* -> subseq...
2017-01-27 John Benediktssonsequences.extras: additional tests for take-while and...
2017-01-26 John Benediktssonsequences.extras: experimenting with take-while and...
2017-01-21 John BenediktssonRevert "sequences: swap stack arguments for start/start...
2017-01-21 John Benediktssonsequences: swap stack arguments for start/start*/subseq?.
2016-12-29 John Benediktssonsequences.extras: fix map-concat to be row-polymorphic.
2016-12-29 John Benediktssonsequences.extras: little more cleanup.
2016-12-29 John Benediktssonsequences.extras: removing a couple words that aren...
2016-12-29 John Benediktssonsequences.extras: simpler find-all and a test.
2016-08-03 John Benediktssonsequences.extras: adding pad-center.
2016-05-26 Doug Colemancore: selector-for and collector-for are the wrong...
2016-05-09 Doug Colemansequences.extras: add map-keys, map-values.
2016-04-10 Doug Colemansequences.extras: add a nullable span-slices word that...
2016-04-07 Doug Colemansequences.extras: Allow from to be f in ?<slice>
2016-04-05 Doug Colemancore: clean up split-lines with subseq-as. clean up...
2016-04-04 Doug Colemansequences.extras: Add a word to ensure that the underly...
2016-04-04 John Benediktssonsequences.extras: make rotate wrap.
2016-04-04 John Benediktssonsequences.extras: make rotate! support negative indices.
2016-04-04 John Benediktssonsequences.extras: make rotate support negative n.
2016-04-04 John Benediktssonsequences.extras: rename back to rotate!.
2016-04-02 Doug Colemansequences.extras: Check if slices overlap or touch...
2016-04-02 Doug Colemansequences.extras: rename rotate to rotate-headwards...
2016-03-29 Doug Colemansequences.extras: oops. cleanup dumb implementation.
2016-03-29 Doug Colemansequences.extras: add map-zip.
2016-03-25 Doug Colemansequences.extras: Fix bad rename. (each-from) -> setup...
2016-03-25 Doug Colemanfactor: remove rest of double paren words.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-05-22 Doug Colemansequences.extras: Add selector* which saves the output...
2015-05-13 John Benediktssonuse reject instead of [ ... not ] filter.
2015-05-13 John Benediktssonsequences: adding reject/reject-as/reject!.
2015-05-10 Jon Harpersequences.extras: add start-all and count-subseq for...
2015-04-28 John Benediktssonsequences.extras: adding find-last-index.
2015-01-17 John Benediktssonsequences.extras: removing contains? (probably a bad...
2014-12-07 John Benediktssonsequences.extras: using sift.
2014-12-03 John Benediktssonuse suffix! and append!.
2014-11-08 Doug Colemanbasis, extra: Use zip-index.
2014-06-10 John Benediktssonsequences.extras: adding count* which returns % of...
2014-02-27 John Benediktssonsequences.extras: adding replicate-into.
2014-01-08 John Benediktssonsequences.extras: remove insert-sorted (can use version...
2014-01-06 John Benediktssonsequences.extras: use either?.
2013-10-12 John Benediktssonsequences.extras: adding change-last and change-last...
2013-09-24 John Benediktssonsequences.extras: adding reject!.
2013-09-24 John Benediktssonsequences.extras: adding reject, "[ not ] compose filter".
2013-09-21 John Benediktssonsequences.extras: adding supremum-by* and infimum-by...
2013-09-12 John Benediktssonsequences.extras: adding nth* which is nth from the...
2013-09-06 John Benediktssonsequences.extras: adding cut-when.
2013-09-05 John Benediktssonsequences.extras: adding ?first{2,3,4}.
2013-05-30 John Benediktssonsequences.extra: >resizable can't be inline for some...
2013-05-30 John Benediktssonsequences.extras: fix map-concat row-polymorphic problem.
2013-05-24 John Benediktssonsequences.extras: adding subseq* and safe-subseq.
2013-05-21 John Benediktssonsequences.extras: adding index-selector.
2013-05-21 John Benediktssonsequences.extras: similarly improve map-filter and...
2013-05-20 John Benediktssonsequences.extras: change filter-index to use length...
2013-05-07 John Benediktssonsequences.extras: adding remove-last.
2013-05-02 John Benediktssonsequences.extras: adding remove-first.
2013-05-01 John Benediktssonsequences.extras: faster arg-max, arg-min, arg-where...
2013-05-01 John Benediktssonsequences.extras: cleanup, make reverse-as faster.
2013-05-01 John Benediktssonsequences.extras: adding cut-slice*.
next