• Joined on 2025-03-02
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-06 08:17:47 +00:00
cf655e8020 Investigating why symbols created by read are not equal to those created in C.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-05 20:17:30 +00:00
1cfd333e26 Merge branch 'feature/reengineering-17-21' of ssh://git.journeyman.cc:4022/simon/post-scarcity into feature/reengineering-17-21
818293d4f1 Moved everything from ops/stack_ops (which were not ops) to payloads/stack.
4d480798e8 Tactical commit: things in 'stack_ops' really didn't belong in ops; moving.
Compare 3 commits »
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 20:27:14 +00:00
f895a8e359 Added an end of the day not to state of play
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 18:29:06 +00:00
d2efc8ba78 Now happy with what's appearing in the oblist. Reader is very broken.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 17:25:56 +00:00
5ec1c926b0 And, of course, I'd forgotten to add the files for quote.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 17:25:10 +00:00
fcfdb43b05 I *think* that's all the bootstrap functions being bound in the environment.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 15:17:19 +00:00
efa6a3246d Started work on binding functions. Not yet complete.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 12:16:48 +00:00
f4303247b9 Added files which were missed by the last commit.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-04 09:57:40 +00:00
8c5dccb5c8 My monster, she builds!
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-03 16:28:49 +00:00
92490ebd5f Still grinding incrementally forward, through barbed wire entanglements.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-03 13:19:08 +00:00
ab0ea09bd4 Still still doesn't compile. Progress is being made, but it's fair awfy slow.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-28 10:55:22 +00:00
aac4669a3d Still doesn't compile, but I think excellent progress.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-26 08:45:19 +00:00
dbeb99759a Merge branch 'feature/reengineering-17-21' of ssh://git.journeyman.cc:4022/simon/post-scarcity into feature/reengineering-17-21
aff1430762 Brought dump in from 0.0.6. This may be a mistake and I may reverse it.
Compare 2 commits »
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-25 20:53:05 +00:00
f7eabb9b62 Working on eval/apply. Unfinished, does not build. More significantly,
63906fe817 Print is less badly broken. Read is less badly broken. GC is too aggressive.
Compare 2 commits »
simon opened issue simon/post-scarcity#23 2026-04-25 11:32:17 +00:00
Authentication, cryptography
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-24 08:22:49 +00:00
22b0160a26 Builds and runs, but print is badly broken. Need some rethink.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-23 16:35:14 +00:00
9425506e2a OK, garbage collection is now working a little bit.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-23 13:47:59 +00:00
235d455b80 More memory debugging, but what it shows is that deallocation is not happening.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-23 11:29:53 +00:00
dd4176e20b Not much progess. Priority has to be in fixing debug_printf.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-04-23 10:51:43 +00:00
aa0d60bbed It compiles. It runs. Nothing works, but it also doesn't crash. Victory!