2025-06-12 06:15:20 forthBot: LOAD ini.fth 2025-06-12 06:15:21 File ini.fth with moon loaded 2025-06-12 06:15:27 forthBot: MOON 2025-06-12 06:15:27 Phase de la lune pour Thu June 12 2025 2025-06-12 06:15:27 🌖 Gibbeuse decroissante La lune decroit, une nuit douce vous attend ! Illumination 99% 2025-06-12 08:15:27 Environment for cleobuline inactive, freeing... 2025-06-12 11:39:29 Object-oriented forth where every element on the stack always is an object? And the stack, too. 2025-06-12 11:42:07 https://forth.org/literature/andras.html - An Assembly Programer's Approach to Object-oriented Forth 2025-06-12 11:42:10 Hm! 2025-06-12 13:21:08 OK that's still opt-in OOP, I wonder if there's a forced OOP dialect. 2025-06-12 13:46:28 https://www.complang.tuwien.ac.at/anton/euroforth/ef18/papers/bensusan.pdf - Method dispatch in Oforth 2025-06-12 15:01:20 In which case `1 2 +`, `+` would be a message sent to object `Num(2)`? Perhaps. :) 2025-06-12 15:06:25 postfix smalltalk? looks perverse 2025-06-12 15:07:30 They did something for Neon lang Apple Mac, allegedely, trying to find it 2025-06-12 15:08:44 https://www.forth.org/svfig/kk/10-2010-Hoffman.pdf - Forth Meets Smalltalk 2025-06-12 15:09:34 So messages end with `:` 2025-06-12 15:09:39 `1 2 +:` 2025-06-12 15:09:40 :p 2025-06-12 15:11:16 normal Smalltalk uses an operand stack for computation 2025-06-12 15:12:01 xentrac: what's that? 2025-06-12 15:16:33 a stack of data, like Forth 2025-06-12 15:17:25 https://dercuano.github.io/notes/tiny-interpreters-for-microcontrollers.html#addtoc_1 has my notes on the topic 2025-06-12 15:17:51 Python too 2025-06-12 15:20:02 http://www.oforth.com says "Site not installed. OVHCLoud" 2025-06-12 15:20:15 Kewl 2025-06-12 15:22:57 Dead project I guess 2025-06-12 15:37:05 not necessarily, maybe just a dead domain name 2025-06-12 15:41:40 Hm 2025-06-12 19:27:25 Maybe Sean is already famous around here, but just in case I thought I should mention the interesting posts he has been doing on his forth implementation, at The Boston Diaries. I read it over gemini, but here is the Web address of the latest post: 2025-06-12 19:27:32 https://boston.conman.org/2025/06/09 2025-06-12 19:29:38 thanks!