]> gitweb.factorcode.org Git - factor.git/history - core
sequences: add 0reduce, 0accumulate that use their first element as the idenity
[factor.git] / core /
2023-02-26 Doug Colemansequences: add 0reduce, 0accumulate that use their...
2023-02-26 Doug Colemansequences: add tests for map-reduce
2023-02-26 Doug Colemansequences: add ensure-non-negative word
2023-02-26 Doug Colemansequences: remove unused word
2023-02-26 Doug Colemansequences: use with-assoc, most
2023-02-26 Doug Colemansequences: use length-iterator/length-operator words...
2023-02-26 Doug Colemansequences: add map-prior-as, map-prior-from, and map...
2023-02-26 Doug Colemanassocs: Add a bunch of `of` words
2023-02-26 Doug Colemansequences: Rename seq-nth to nth-of etc
2023-02-26 Doug Colemanassocs: add set-of and push-of
2023-02-26 Doug Colemansequences: rename count to count-by
2023-02-26 Doug Colemanio.streams.sequence: remove `5roll <copier>` word lol
2023-02-26 Doug Colemanio.streams.sequence: Add some tests
2023-02-26 Doug Colemansorting: circularity if we use cleave in sorting
2023-02-26 Doug Colemanfactor: use 2length
2023-02-26 Doug Colemancore: use copy in sorting
2023-02-26 Doug Colemancore: push-if -> push-when, refactoring sequence words
2023-02-09 John Benediktssonsorting: add an alias for temporary backwards compatibility
2023-02-08 John Benediktssonsorting: fix help-lint (again)
2023-02-08 John Benediktssonsorting: fix help-lint
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-29 John Benediktssonranges: add some slot types
2023-01-29 John Benediktssonio.pathnames: adding home-path and >pathname
2023-01-28 Doug Colemanparser.notes: Use `if` instead of `drop` after
2023-01-28 Doug Colemansyntax: redo INITIALIZE: as INITIALIZED-SYMBOL:
2023-01-24 John Benediktssonsorting: move compare-with back to sorting.extras
2023-01-22 razetimekernel: Improve description for `with`
2023-01-21 razetimesyntax: mark QUALIFIED: as deprecated
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2023-01-11 razetimecombinators: Add "Combinator Connections" article for...
2023-01-09 razetimesequences: correct docs for find-index-from
2022-12-18 John Benediktssoncontinuations: fix help-lint warnings.
2022-12-16 Giftpflanzecontinuations: Clarify ignore-error, ignore-error/f...
2022-12-13 razetimesyntax: [docs] 'MAIN:' - correct indentation
2022-12-13 razetimemath: [docs] correct each-integer-from
2022-12-12 razetimesyntax: mention support for quotations in 'MAIN:'
2022-12-12 razetimemath: add missing docs for simple-gcd
2022-12-12 razetimemath: [docs] add missing words, improve each-integer...
2022-12-12 razetimesequences: more accurate docs for >underlying<
2022-12-06 razetimesyntax: split snippets in example for ERROR:
2022-11-12 razetimelocals-docs: clarify docs for mutable locals
2022-11-06 Raghu Radd bzip3 compression vocabulary
2022-10-31 razetimeclarify docs for case combinator
2022-10-11 Doug Colemansequences: inline `element/index` and `index/element`
2022-10-10 John Benediktssonsequences: fix when-empty stack effect.
2022-10-07 Doug Colemansequences: fix spacing for docs
2022-10-07 Doug Colemansequences: fix stack effect help for when-empty
2022-10-07 Alexander Ilinsequences: fix stack effect declarations for when-empty...
2022-09-16 Doug Colemankernel: fix using for tests
2022-09-16 Doug Colemankernel: move recusrive-hashcode to math and add test
2022-09-14 Dave CarltonAdd absolute-path to normalize any new root path. E...
2022-09-06 Doug Colemancore: trim using lists with lint.vocabs tool
2022-08-29 Doug Colemanmath: reorder the cleaned-up iteration combinators...
2022-08-21 John Benediktssonmemoize: fix prettyprint of multi argument memoize
2022-08-17 Doug Colemancore: subseq-index? -> subseq-of?
2022-08-17 Doug Colemansequences: length-operator-last is not good, remove it
2022-08-17 Doug Colemansequences: collect-from, remove sequence-operator-from...
2022-08-15 Doug Colemanfactor: add newlines to .factor files
2022-08-14 Doug Colemanranges: Fix sum of empty range.
2022-08-07 Doug Colemanassocs: refactor collect-by to use collect-by!
2022-08-02 John Benediktssoneffects: can't use (clone) due to read-only slots
2022-08-02 John Benediktssonclasses.algebra: fix complement predicate-def
2022-08-02 John Benediktssoneffects: short-circuit versions of a few words
2022-08-02 John Benediktssonclasses: define predicate-def for anonymous classes
2022-08-01 Doug Colemansequences: use index-of-last more places
2022-08-01 John Benediktssonnamespaces: remove unused with-variable-{on/off}
2022-08-01 John Benediktssonsequences: s/bounds-check-find/bounds-check-call/ and...
2022-08-01 John Benediktssonsystem: fix tests using
2022-07-31 Doug Colemansplitting: simpler split
2022-07-31 Doug ColemanRevert "splitting: simplify using locals/fry" refactor-core-july21 2637/head
2022-07-31 Doug Colemansequences: move defs higher
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemansequences: add more docs
2022-07-31 Doug Colemancore: update docs for new words
2022-07-31 Doug Colemansequences: remove-of? words aren't as good as i had...
2022-07-31 Doug Colemansequences: docs, forgot a rename
2022-07-31 Doug Colemansequences: bound -> index-or-length
2022-07-31 Doug Colemansequences: rename subsequence? words to subseq? again.
2022-07-31 Doug Colemanfactor: refactor subseq-start
2022-07-31 Doug Colemankernel: Add withd
2022-07-31 Doug Colemancore: find-subseq -> subsequence-starts, find-subseq...
2022-07-31 Doug Colemanstrings.parser: short -> bound
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 Colemansequences: fix e/i and i/e and remove maybe-nth with...
2022-07-31 Doug Colemanassocs: assoc-stack-from
2022-07-31 Doug Colemansequences: faster filter! and less bounds checking...
2022-07-31 Doug Colemansequences: redo find words
2022-07-31 Doug Colemanassocs: rename (assoc-stack) => search-assoc-stack
2022-07-31 Doug Colemansequences: remove comment
2022-07-31 Doug Colemancore: fix naming of sequence-index-operator
2022-07-31 Doug Colemancore: cramp -> bound (was short)
2022-07-31 Doug Colemancore: map-integers -> map-integers-as
2022-07-31 Doug Colemanfactor: alien.c-types:short -> cramp
2022-07-31 Doug Colemancore: (head) (tail) from-end -> from-tail. add cramp
2022-07-31 Doug Colemancore: add negate
2022-07-31 Doug Colemancore: fix stack effect and use new word
2022-07-31 Doug Colemancore: rename some words
next