2025-09-19 13:50:40 forthBot: LOAD ini.fth 2025-09-19 13:50:40 File ini.fth with MOON loaded 2025-09-19 13:50:48 forthBot: MOON 2025-09-19 13:50:48 Phase de la lune pour Fri September 19 2025 2025-09-19 13:50:48 🌘 Croissant descendant La lune s'efface, une nuit calme a venir ! Illumination 5% 2025-09-19 15:50:48 Environment for cleobuline inactive, freeing... 2025-09-19 15:51:32 Ah good, was worried it would just leak that environment 2025-09-19 19:21:10 Getting back to stuff relating to Forth, I've wrapped up my initial work on a more conventional-ish language that generates assembly for ilo (can be adapted for nga fairly easily as well): https://charles.childe.rs/namako.txt and code at https://charles.childe.rs/namako.tar.gz 2025-09-19 19:22:00 (forth related in that my vm designs are dual stack misc machines intended mainly for hosting forth systems) 2025-09-19 21:10:04 I like its strict left-to-right evaluaion. Less rules to remember, easier to implement and reminds me of Rebol (: Although I thought that .n extension is (unofficially?) reserved for NekoVM compiled bytecode 2025-09-19 21:32:10 I'm not tied to the .n suffix, it just didn't conflict with my other source files