post-scarcity/src/c/io
Simon Brooke f7eabb9b62 Working on eval/apply. Unfinished, does not build. More significantly,
as the focus ot this prototype is supposed to be building things in
Lisp,
I've started deliberately copying stuff that mostly works directly from
the 0.0.6 branch into this branch. After all, if it's going to be
replaced in Lisp, it doesn't have to be the most elegant C.
2026-04-25 21:52:05 +01:00
..
fopen.c Compiles again, now with bootstrap-layer print implemented, but not yet tested. 2026-03-31 15:05:44 +01:00
fopen.h This once again does NOT compile. I've done work on macros; they don't work yet.. 2026-03-30 21:49:08 +01:00
io.c Working on eval/apply. Unfinished, does not build. More significantly, 2026-04-25 21:52:05 +01:00
io.h More memory debugging, but what it shows is that deallocation is not happening. 2026-04-23 14:45:51 +01:00
print.c Print is less badly broken. Read is less badly broken. GC is too aggressive. 2026-04-24 21:20:23 +01:00
print.h Builds and runs, but print is badly broken. Need some rethink. 2026-04-24 09:22:06 +01:00
read.c Print is less badly broken. Read is less badly broken. GC is too aggressive. 2026-04-24 21:20:23 +01:00
read.h It compiles. It runs. Nothing works, but it also doesn't crash. Victory! 2026-04-23 11:50:30 +01:00