index
:
APL9
front
APL for Plan 9
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2024-02-19
Add a simple monadic ⎕C to make Karl's expression run
HEAD
front
Peter Mikkelsen
2022-10-22
Prepare for a namespace implementation at some point
glenda
2022-10-22
Fix previous commit
glenda
2022-10-22
Atomic reference counting
glenda
2022-10-07
Remote empty lines at the end of demo files
glenda
2022-10-07
Demo progress bar
glenda
2022-10-07
Update rdemo
glenda
2022-10-05
Update demos and remote.apl
glenda
2022-10-05
Minor changes
glenda
2022-09-25
Install aplkeys
glenda
2022-09-19
Update demos
glenda
2022-09-19
Don't refcount symbol tables
glenda
2022-09-18
Chain the symbol tables, not the dfn frames
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-14
Fix path
glenda
2022-09-14
Add script to run acme with large font and demo file open
glenda
2022-09-14
Improve chain demo
glenda
2022-09-14
More demos, and lock thread spawning
glenda
2022-09-14
update demo to new ⎕threads numbers
glenda
2022-09-13
Switch to rfork instead of libthread
glenda
2022-09-13
Update demo
glenda
2022-09-13
Call it threads, not tasks
glenda
2022-09-13
Add demo showing message passing
glenda
2022-09-13
Add APLDemo acme script
glenda
2022-09-12
⎕TASKS 4 now returns number of messages in mailbox
glenda
2022-09-12
Try to throw errors on C stack overflows
glenda
2022-09-12
Install runtime
glenda
2022-09-12
Handle lines with no code in the session
glenda
2022-09-11
uups
glenda
2022-09-11
Better handling of shy results in the session
glenda
2022-09-11
Clone all symbols in scope when spawning a new thread (closures), since the s...
glenda
2022-09-10
Try some more
glenda
2022-09-10
Improve the session a lot
glenda
2022-09-10
Add session start file
glenda
2022-09-10
First step of a programmable session
glenda
2022-09-09
Add names to send and recv
glenda
2022-09-09
Add thread names
glenda
2022-09-09
Cleanup threads and add a ⎕TASKS system function
glenda
2022-05-16
Implement selective receive
Peter Mikkelsen
2022-05-16
Update error string in demo.apl
Peter Mikkelsen
2022-05-16
Update demos
Peter Mikkelsen
2022-05-16
Flush index should use ⎕IO
Peter Mikkelsen
2022-05-16
No need to unlock/lock there
Peter Mikkelsen
2022-05-16
Update demo code
Peter Mikkelsen
2022-05-16
Use threads instead of procs for the timeout function
Peter Mikkelsen
2022-05-16
Flush before iota server action
Peter Mikkelsen
2022-05-16
Implement timeouts for receive
Peter Mikkelsen
2022-05-11
Fix more bugs
Peter Mikkelsen
[next]