]> gitweb.factorcode.org Git - factor.git/commit
sequences: Move some words to sequences.seq in extra.
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 6 Dec 2022 00:23:10 +0000 (18:23 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sun, 26 Feb 2023 23:11:03 +0000 (17:11 -0600)
commit893bad8bd29e60c1e9601deea74f05a06472e2bb
tree0d2ac4411ed055811183cdf478d54e0bdef95348
parent0976a474f3183a64ed871f171066ca39f6fb048b
sequences: Move some words to sequences.seq in extra.

Ideally we would have the `foo` and `swap foo` versions of words
like `push`, `push-all`, etc. Other words, like `seq-copy-loop`,
seem more natural with this ordering.

Punt on merging in core til .100 (if at all)
core/sequences/sequences.factor
extra/sequences/seq/authors.txt [new file with mode: 0644]
extra/sequences/seq/seq.factor [new file with mode: 0644]