summaryrefslogtreecommitdiff
path: root/hybrids.c
AgeCommit message (Collapse)Author
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