index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hybrids.c
Age
Commit message (
Collapse
)
Author
2022-02-22
Make errors more like dyalog:
Peter Mikkelsen
* Use the same error numbers * Rename ⎕THROW to ⎕SIGNAL * Implement ⎕EN to inspect the last error code * Implement ⎕EM to get a message from an error code
2022-02-09
Make the array type a tiny bit smaller, by packing control information into ↵
Peter Mikkelsen
a bit array
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 ↵
Peter Mikkelsen
function call via ∇
2022-01-21
Implement scans ⍀ and \
Peter Mikkelsen
2022-01-21
Implement monadic f⌿ and f/. Identity elements and windowed reduce is not ↵
Peter Mikkelsen
implemented yet
2022-01-21
Get ready for hybrids
Peter Mikkelsen