Commit Graph

17 Commits

Author SHA1 Message Date
bd9ef2fba3 feat(transducers): add DATA-LENS.TRANSDUCERS:INTO, with tests 2021-01-09 03:21:04 -08:00
96cc36bb65 chore(transducers): move functions around 2021-01-04 20:19:59 -08:00
d0e894f739 feat: add collecting transducer to accumulate partial sums 2021-01-04 02:01:19 -08:00
e08fccfe1b bug: add test with custom TEST and COMBINER for COMPRESSING-RUNS 2021-01-04 01:15:14 -08:00
1a07eb7339 feat: allow transducer parts to be past as a list 2021-01-04 00:50:38 -08:00
705dc56244 chore: adjust and fix DEDUPING and COMPRESSING-RUNS 2021-01-04 00:49:39 -08:00
5bca9a117f chore: reorganize transducer definition 2021-01-04 00:48:49 -08:00
1259838639 feat(transducer): implement COMPRESSING-RUNS, add one-arity rf 2020-12-31 17:40:58 -08:00
07b0c02806 feat(utils): add generic FUNCTIONALIZE to turn values into functions 2020-12-30 22:03:56 -08:00
a7399b43c6 refactor(transducers): simplify list builder 2020-12-19 19:34:20 -08:00
5bd17dc8e5 refactor(transducers): remove package names 2020-12-18 23:58:07 -08:00
4139944479 chore(transducers): reshuffle 2020-12-18 23:09:55 -08:00
cefd4fbab3 feat(transducers): add lazy-sequence constructor 2020-12-18 22:32:19 -08:00
9ff7f44684 refactor(transducers): foldling -> reduce-generic 2020-12-18 22:31:54 -08:00
498d659978 chore(transducers): extract a common pattern into a macro 2020-12-18 22:25:10 -08:00
1f67b287f5 feat(transducers): add function for mapping mv-lists 2020-12-18 22:05:21 -08:00
b6f51eceaf feat: beginnings of transducers 2020-12-13 02:33:16 -08:00