]> gitweb.factorcode.org Git - factor.git/history - extra/sequences/extras/extras.factor
sequences.extras: Add {2,3}nested-each/map combinators
[factor.git] / extra / sequences / extras / extras.factor
2022-08-08 Doug Colemansequences.extras: Add {2,3}nested-each/map combinators
2022-08-08 Doug Colemansequences.extras: Add a couple words for prepending...
2022-08-06 John Benediktssonsequences.extras: adding map-if
2022-08-01 John Benediktssonsequences.extras: cleanup change-last{-unsafe}
2022-08-01 John Benediktssonsequences: s/bounds-check-find/bounds-check-call/ and...
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemansequences.extras: fix find-last-index
2022-07-31 Doug ColemanRevert "core: find-last-integer -> find-last-integer...
2022-07-31 Doug Colemancore: find-last-integer -> find-last-integer-from for...
2022-07-31 Doug Colemancore: fix naming of sequence-index-operator
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: refactor something
2022-07-31 Doug Colemancore: Better names for (each) etc
2022-07-31 Doug Colemanfactor: use new words
2022-07-31 John Benediktssonsequences.extras: faster arg-min and arg-max
2022-06-22 Doug Colemansequences.extras: update nrotate call
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/master'
2022-06-19 Doug ColemanMerge remote-tracking branch 'origin/html5-force-push'
2022-06-17 Doug Colemangeneralizations: macro implementation of nrotates ...
2022-06-17 Doug Colemansequences.extras: fix builds, stack checker doesn't...
2022-06-17 Doug Colemancombinators.extras: Add some weird combinators that...
2022-06-10 Doug Colemansequences: move shorten* to sequences.extras
2022-02-21 Doug Colemansequences.extras: add another heap slurping combinator
2022-02-21 Doug Colemansequences.extras: Add a map-with-previous to let map...
2022-01-30 John Benediktssontensors.tensor-slice: move step-slice to sequences...
2022-01-26 John Benediktssonsequences.extras: using (each-index)
2022-01-26 John BenediktssonRevert "sequences.extras: fixing each-index-from for...
2022-01-26 John Benediktssonsequences.extras: fixing each-index-from for unslicing...
2022-01-25 John Benediktssonsequences.extras: fix map-index!
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
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...
next