summaryrefslogtreecommitdiff
path: root/hybrids.c
AgeCommit message (Collapse)Author
2022-02-09Make the array type a tiny bit smaller, by packing control information into ↵Peter Mikkelsen
a bit array
2022-02-08Add missing freearray() callPeter Mikkelsen
2022-02-08Add work in progress concurrency. Might break stuff!Peter Mikkelsen
2022-01-31Implement windowed reducePeter Mikkelsen
2022-01-29Rewrite replicate in C. The implementation is much like that of expandPeter Mikkelsen
2022-01-29Implement expand last (\) and expand first (⍀)Peter Mikkelsen
2022-01-26Implement replicate first and last ⌿ /Peter Mikkelsen
2022-01-23Rework symbol lookup to use lexical scoping, and implement recursive ↵Peter Mikkelsen
function call via ∇
2022-01-21Implement scans ⍀ and \Peter Mikkelsen
2022-01-21Implement monadic f⌿ and f/. Identity elements and windowed reduce is not ↵Peter Mikkelsen
implemented yet
2022-01-21Get ready for hybridsPeter Mikkelsen