2025-04-25 14:50:56 bonjour 2025-04-25 15:13:45 Bonjour, cleobuline. 2025-04-25 15:16:35 bonjour hi 2025-04-25 15:45:50 salut 2025-04-25 15:46:05 forthBot: WORDS 2025-04-25 15:46:05 USERNAME .S . + - * / MOD DUP DROP SWAP OVER ROT >R R> R@ = < > AND OR NOT XOR & | ^ ~ << >> CR EMIT VARIABLE @ ! +! DO LOOP I WORDS LOAD CREATE ALLOT ." CLOCK BEGIN WHILE REPEAT AGAIN SQRT UNLOOP +LOOP PICK CLEAR-STACK PRINT NUM-TO-BIN PRIME? FORGET STRING " 2DROP IMAGE TEMP-IMAGE CLEAR-STRINGS DELAY EXIT MICRO MILLI 2025-04-25 15:47:34 it compile well also on debian macos 2025-04-25 16:08:33 tout le monde fait la sieste ici 2025-04-25 16:21:48 Everyone takes a nap here 2025-04-25 16:23:45 ACTION is reading Starting FORTH and going through Tumble Forth  2025-04-25 16:24:43 salut qbit 2025-04-25 17:46:05 Environment for cleobuline inactive, freeing... 2025-04-25 18:07:21 hello qbit 2025-04-25 18:07:26 tumbleforth? 2025-04-25 18:07:57 ah, dusk os 2025-04-25 18:10:52 hio 2025-04-25 18:12:32 in my case I'm with eforth but it lacks d. 2025-04-25 18:12:55 eforth1, in PC, so I can test it before trying stuff on an Arduino 2025-04-25 18:13:29 lacks d? 2025-04-25 18:16:16 it has no words to pop a double number 2025-04-25 18:16:41 it has D+, D-, S>D and D>S 2025-04-25 18:17:25 this one https://chochain.github.io/eForth1/html/index.html 2025-04-25 18:35:04 ah 2025-04-25 20:19:45 I like the "thought pattern" behind dusk os, collapse os, etc. These "minimalist" approaches appeal to me. 2025-04-25 20:22:50 yeah 2025-04-25 20:23:18 I like DuskOS better. CollapseOS feels like cosplay to me 2025-04-25 21:08:44 I nominate Samuel Falvo for Dr.Prepper award. 2025-04-25 21:48:16 I like how the community did a Forth ROM for the TRS-100 2025-04-25 21:48:46 http://www.strangeGizmo.com/products/mforth/ 2025-04-25 21:53:56 TRS-80 model 100? 2025-04-25 21:59:34 https://en.wikipedia.org/wiki/TRS-80_Model_100 2025-04-25 22:00:05 Cool! 2025-04-25 22:01:53 I've been writing a bunch of Forth code, and also rolled a simple subroutine threaded x86 forth. I think my next attempt will be a more practical Forth. I want essentially a cross assembler that I can use on PC, and compile to a target architecture (such as Z80) writing only the words used in a program (i.e. don't write any unused words from the core dictionary) 2025-04-25 22:02:21 And no outer interpreter, compile words, interpret words, or dictionary area per se. 2025-04-25 22:03:17 So just a glorified macro assembler with Forth style threading (ideally with options to inline code, subroutine threading vs token threading etc.) 2025-04-25 22:03:51 I wonder if anyone has done something like this 2025-04-25 22:07:01 nice! 2025-04-25 23:24:35 forthBot: S" une string "S STRING TOTO TOTO ! TOTO @ PRINT C 2025-04-25 23:24:35 Unknown word: C 2025-04-25 23:24:48 forthBot: TOTO @ PRINT CR 2025-04-25 23:24:48 une string une string 2025-04-25 23:30:54 forthBot: S" une plus longue chaine de caractères "S TOTO ! TOTO @ PRINT CR 2025-04-25 23:30:54 une plus longue chaine de caractères