Age | Commit message (Expand) | Author |
---|---|---|
2022-02-22 | Make errors more like dyalog: | Peter Mikkelsen |
2022-02-09 | Make the array type a tiny bit smaller, by packing control information into a... | Peter Mikkelsen |
2022-02-08 | Add missing freearray() call | Peter Mikkelsen |
2022-02-08 | Add work in progress concurrency. Might break stuff! | Peter Mikkelsen |
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 |