index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quadnames.c
Age
Commit message (
Expand
)
Author
2022-10-22
Atomic reference counting
glenda
2022-09-18
Implement remote message passing via pipes!
glenda
2022-09-18
File IO (very simple)
glenda
2022-09-18
Implement ⎕SERIAL
glenda
2022-09-13
Switch to rfork instead of libthread
glenda
2022-09-13
Call it threads, not tasks
glenda
2022-09-11
Better handling of shy results in the session
glenda
2022-09-10
Try some more
glenda
2022-09-10
Improve the session a lot
glenda
2022-09-10
First step of a programmable session
glenda
2022-09-09
Cleanup threads and add a ⎕TASKS system function
glenda
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-09
Since symbols now have pointers to their values, we don't need the symbol.und...
Peter Mikkelsen
2022-02-09
Add much better memory handling (We now track and free Datum * structs)
Peter Mikkelsen
2022-02-08
Add work in progress concurrency. Might break stuff!
Peter Mikkelsen
2022-02-02
Implement monadic ⎕UCS
Peter Mikkelsen
2022-02-02
Implement quote quad ⍞
Peter Mikkelsen
2022-02-02
Add ⎕A and ⎕D
Peter Mikkelsen
2022-02-01
Remove debug print from ⎕run
Peter Mikkelsen
2022-01-26
Implement replicate first and last ⌿ /
Peter Mikkelsen
2022-01-26
Implement a new "mixed" type which can be either of the three scalar types: i...
Peter Mikkelsen
2022-01-24
Don't open symbols when lexing
Peter Mikkelsen
2022-01-24
Fix symbol lookup
Peter Mikkelsen
2022-01-24
Rework the lexer to lex from either a string or bio. This allows multiline df...
Peter Mikkelsen
2022-01-23
Rework symbol lookup to use lexical scoping, and implement recursive function...
Peter Mikkelsen
2022-01-22
Implement ⎕DIV for allowing division by zero to result in 0 if needed
Peter Mikkelsen
2022-01-21
Add ⎕THROW for throwing errors
Peter Mikkelsen
2022-01-21
Implement better error handling, but still no error guards
Peter Mikkelsen
2022-01-20
Implement a very basic ⎕RUN command which runs the code from a file
Peter Mikkelsen
2022-01-20
Implement better dnfs semantics
Peter Mikkelsen
2022-01-16
Implement floats
Peter Mikkelsen
2022-01-15
Implement quad names for variables
Peter Mikkelsen