• Joined on 2025-03-02
simon pushed to main at simon/humidity 2026-08-11 17:15:52 +00:00
37689df3e2 I'm starting to hate the zed editor! Messups fixed, all tests again pass.
simon pushed to main at simon/humidity 2026-08-11 16:57:46 +00:00
be68481d06 Relative humidity now calculated (apparently) correctly.
simon pushed to main at simon/humidity 2026-08-11 13:02:29 +00:00
d679bcf781 More progress... but more things I need to calculate that I don't yet know how.
simon pushed to main at simon/humidity 2026-08-11 10:35:49 +00:00
ccfc47eb79 Now with (apparently) working absolute humidity
simon pushed to main at simon/humidity 2026-08-09 12:33:18 +00:00
3874a37a86 I have not yet got the overall architecture right, but the functions are
simon created repository simon/humidity 2026-08-08 14:33:33 +00:00
simon pushed to main at simon/jolt 2026-07-06 16:12:25 +00:00
0598f8e7c5 Allowed the boot script to check multiple names for the chez executable.
simon pushed to main at simon/roubo 2026-05-29 12:59:04 +00:00
db44d823d1 Added SVG drawings.
simon pushed to main at simon/roubo 2026-05-28 16:01:06 +00:00
c43cd06025 modelled mortices in the top ends; added documentation of parameters.
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