Age | Commit message (Expand) | Author |
---|---|---|
2022-01-31 | Implement windowed reduce | Peter Mikkelsen |
2022-01-29 | Rewrite replicate in C. The implementation is much like that of expand | Peter Mikkelsen |
2022-01-29 | Implement expand last (\) and expand first (⍀) | Peter Mikkelsen |
2022-01-26 | Implement replicate first and last ⌿ / | Peter Mikkelsen |
2022-01-23 | Rework symbol lookup to use lexical scoping, and implement recursive function... | Peter Mikkelsen |
2022-01-21 | Implement scans ⍀ and \ | Peter Mikkelsen |
2022-01-21 | Implement monadic f⌿ and f/. Identity elements and windowed reduce is not i... | Peter Mikkelsen |
2022-01-21 | Get ready for hybrids | Peter Mikkelsen |