• Joined on 2025-03-02
simon opened issue simon/post-scarcity#24 2026-05-11 12:12:40 +00:00
Shallow-bind symbols?
simon pushed to main at simon/naegling 2026-05-10 08:53:24 +00:00
82256d0012 Added discussion of generating LLVM to README.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-07 20:09:25 +00:00
6f39dae75f Tactical commit only. Something is badly broken in read, although I think
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-07 08:10:55 +00:00
d1bfb029b8 Work on ensuring new objects are clean, but not sure it's successful.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-06 22:44:26 +00:00
6b89779bab Substantial work on read-list, not yet fully working.
simon commented on issue simon/post-scarcity#18 2026-05-06 22:26:34 +00:00
Consider converting from wchar_t to char32_t, everywhere.

This doesn't work. A lot of libraries I depend on need wchar_t and don't have (or I haven't found) char32_t equivalents. The same character in different encodings is not equal, and there I…

simon closed issue simon/post-scarcity#18 2026-05-06 22:26:34 +00:00
Consider converting from wchar_t to char32_t, everywhere.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-06 17:20:28 +00:00
80049f2272 Ran a 'make format', because !'m close to being able to merge this feature.
simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-06 15:44:19 +00:00
5e64a33965 Major step forward: equal is now working, and consequently so is assoc.
271b7da46a Right, I have finally undone the issue #18 change. It was a nice idea,
Compare 2 commits »
simon commented on issue simon/post-scarcity#18 2026-05-06 13:56:19 +00:00
Consider converting from wchar_t to char32_t, everywhere.

Yeah, this one's a bust. You can't reliably cast between wchar_t and char32_t, and a given character in the one is not equal to the same character in the other. Going to have to roll this…

simon pushed to feature/reengineering-17-21 at simon/post-scarcity 2026-05-06 11:26:42 +00:00
c29a95b00d Got dump working, to try to investigate the assoc bug. Much better
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!