2025-07-08 00:38:37 Environment for cleobuline inactive, freeing... 2025-07-08 01:15:52 forthBot: 100000 DELAY ." bonjour " CR 2025-07-08 01:17:32 bonjour 2025-07-08 01:32:31 forthBot: 1000000 DELAY ." bonjour " CR 1000000 DELAY ." bonjour " CR 1000000 DELAY ." bonjour " CR 2025-07-08 01:49:11 bonjour 2025-07-08 02:05:51 bonjour 2025-07-08 02:22:31 bonjour 2025-07-08 04:22:31 Environment for cleobuline inactive, freeing... 2025-07-08 06:12:04 how can I define an immediate word that inserts a literal into the word being defined which called it? 2025-07-08 06:12:10 : bar 42 ; 2025-07-08 06:12:19 : foo bar literal ; immediate 2025-07-08 06:12:35 : baz foo ; 2025-07-08 06:12:58 so that baz will push 42 when it executes 2025-07-08 06:13:27 the definition of foo causes error "unstructured" in gforth 2025-07-08 06:18:20 Should it not be just ``` : bar 42 , ; immediate ``` ? 2025-07-08 06:19:19 : baz bar ; ok see baz -> : baz <42> ; 2025-07-08 06:20:37 no that's not what im asking 2025-07-08 06:22:51 I mean not exactly what im asking 2025-07-08 06:23:33 imagine foo is doing something more complicated and calling words like bar to generate a value 2025-07-08 06:24:39 ajhidd: I get an invalid memory address when I try to run baz doing that 2025-07-08 06:24:58 anyway, seems like postpone is what I want 2025-07-08 15:46:12 forthBot: 1 1 + . 2025-07-08 15:46:12 2 2025-07-08 15:46:33 false it shoulf be 11 2025-07-08 15:47:26 forthBot: 1 2 <- . 2025-07-08 15:47:26 Error: Unknown word: <- 2025-07-08 15:47:30 Pah 2025-07-08 15:47:47 ? 2025-07-08 15:49:34 ca n'existe pas <- 2025-07-08 15:49:52 Mhm 2025-07-08 15:49:57 For "swap" :) 2025-07-08 15:50:01 forthBot: 1 2 swap . 2025-07-08 15:50:02 Error: Unknown word: swap 2025-07-08 15:50:04 wat 2025-07-08 15:50:06 booo 2025-07-08 15:50:15 forthBot: 1 2 SWAP . 2025-07-08 15:50:15 1 2025-07-08 15:50:38 this forth use unppercase 2025-07-08 15:50:50 forthBot: WORDS 2025-07-08 15:50:50 USERNAME .S . + - * / MOD DUP DROP SWAP OVER ROT >R R> R@ R@UL R!UL = < > 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 S" "S 2DROP IMAGE TEMP-IMAGE CLEAR-STRINGS DELAY EXIT CONSTANT MICRO MILLI ROLL DEPTH APPEND MOON-PHASE MOON-RISE-SET 2025-07-08 15:52:20 oh 2025-07-08 15:52:31 ooold! 2025-07-08 15:52:37 yes ` 2025-07-08 15:53:20 forthBot: LOAD ini.fth 2025-07-08 15:53:20 File ini.fth with moon loaded 2025-07-08 15:53:25 forthBot: MOON 2025-07-08 15:53:26 Phase de la lune pour Tue July 8 2025 2025-07-08 15:53:26 🌔 Gibbeuse croissante La lune grossit, revez grand ce soir ! Illumination 94% 2025-07-08 15:53:39 forthBot: CREDIT 2025-07-08 15:53:39 Brought to you by Cleobuline updated with hashtable https://github.com/cleobuline/forth-bot-gmp-irc-threaded-multi-users/tree/main Site https://labynet.fr 2025-07-08 15:54:14 it's my toy 2025-07-08 15:54:40 autism ... 2025-07-08 15:55:52 :) 2025-07-08 15:56:54 forthBot: TODAY-CAL-IRC 2025-07-08 15:56:54 July 2025 2025-07-08 15:56:55 Mo Tu We Th Fr Sa Su 2025-07-08 15:56:55 1 2 3 4 5 6 2025-07-08 15:56:55 7 8 9 10 11 12 13 2025-07-08 15:56:56 14 15 16 17 18 19 20 2025-07-08 15:56:56 21 22 23 24 25 26 27 2025-07-08 15:56:57 28 29 30 31 2025-07-08 15:58:38 I was working on an OOP forth where everything is an object, but got stuck a bit 2025-07-08 15:58:48 A system without functions is maybe not so great? 2025-07-08 15:59:12 Or I can't get over the backwards thing 2025-07-08 15:59:20 `command put` instead of `put command` 2025-07-08 16:04:26 forthBot: EURO 2025-07-08 16:04:26 1 22 9 30 15 1 12 2025-07-08 16:04:52 if you win just give me one million 2025-07-08 16:06:17 forthBot: SEE EURO 2025-07-08 16:06:18 : EURO INIT-RANDOM 50 INIT-NUMS 50 SHUFFLE-NUMS 5 0 DO PICK-NUM DUP NUM-TO-STR 32 EMIT DROP LOOP INIT-STARS SHUFFLE-STARS PICK-STAR DUP NUM-TO-STR 32 EMIT DROP PICK-STAR DUP NUM-TO-STR DROP DROP DROP CR ; 2025-07-08 17:50:02 Environment for olle inactive, freeing... 2025-07-08 18:06:18 Environment for cleobuline inactive, freeing...