2025-04-26 01:11:58 cleobuline: How does it know what it just fetched? You have types? 2025-04-26 01:12:50 Sorry if that was already covered somewhere. 2025-04-26 01:30:49 Environment for cleobuline inactive, freeing... 2025-04-26 12:42:34 KipIngram: there are 3 types Array Stringand variables 2025-04-26 14:39:36 forthBot: CREATE ZOZO 2025-04-26 14:39:52 forthBot: ZOZO 50 ALLOT 2025-04-26 14:40:15 forthBot: 123456789123456789 20 ZOZO ! 2025-04-26 14:40:42 forthBot: 20 ZOZO @ . 2025-04-26 14:40:42 123456789123456789 2025-04-26 14:45:07 forthBot: 1 20 ZOZO +! 2025-04-26 14:45:12 forthBot: 20 ZOZO @ . 2025-04-26 14:45:12 123456789123456790 2025-04-26 14:45:27 perfect 2025-04-26 14:52:39 forthBot: LOAD "test.fth" 2025-04-26 14:52:46 forthBot: LOAD "test2.fth" 2025-04-26 14:52:55 forthBot: EURO 2025-04-26 14:52:55 42 49 28 2 22 6 5 2025-04-26 15:16:38 did anyone get the subleq+eforth book? 2025-04-26 15:23:43 hi guys 2025-04-26 15:24:07 I'm trying to make a clone of vampire survivors (magic survival actually) using curses in forth xd 2025-04-26 15:24:09 https://paste.c-net.org/UnderdogBodine 2025-04-26 15:24:16 for now I have nothing yet 2025-04-26 15:24:47 this is curses.fth 2025-04-26 15:24:48 https://paste.c-net.org/WavesAntiques 2025-04-26 15:25:45 I want enemies to occupy 4 cells, x y life level, and use the level to know the other stats like dmg etc 2025-04-26 15:26:23 although I have to keep trying things and see how it goes 2025-04-26 15:45:25 forthBot: MACRON 2025-04-26 15:45:26 Macron est un saint homme ! 2025-04-26 15:46:29 forthBot: :D 2025-04-26 15:46:29 Unknown word: :D 2025-04-26 15:46:32 :/ 2025-04-26 15:46:45 forthBot: cat 2025-04-26 15:46:45 Unknown word: cat 2025-04-26 15:50:52 forthBot: : :D ." :D" cr ; 2025-04-26 15:52:06 vms14: it's CR 2025-04-26 15:52:41 forthBot: CR 2025-04-26 15:52:45 oh 2025-04-26 15:55:01 vms14: :D is in the tests fils 2025-04-26 15:55:13 forthBot: :D 2025-04-26 15:55:24 forthBot: CR 2025-04-26 15:55:24 :D 2025-04-26 15:56:17 it's a old style forth with all words capitalized vms14 2025-04-26 15:56:45 as in my young time with comodore forth cartridge 2025-04-26 16:33:45 forthBot: CAT 2025-04-26 16:33:45 /_/ 2025-04-26 16:33:45 > ^ < 2025-04-26 16:33:45 ( o.o ) 2025-04-26 16:33:56 forthBot: CAT 2025-04-26 16:33:56 /_/ 2025-04-26 16:33:56 > ^ < 2025-04-26 16:33:57 ( o.o ) 2025-04-26 16:34:02 lol 2025-04-26 16:35:11 XD 2025-04-26 16:38:00 i really don't know why here the texte is not in order 2025-04-26 16:42:00 forthBot: TODAY CAL 2025-04-26 16:42:00 April 2025 2025-04-26 16:42:01 1 2 3 4 5 6 2025-04-26 16:42:01 7 8 9 10 11 12 13 2025-04-26 16:42:01 14 15 16 17 18 19 20 2025-04-26 16:42:02 21 22 23 24 25 26 27 2025-04-26 16:42:02 28 29 30 2025-04-26 16:42:03 Mo Tu We Th Fr Sa Su 2025-04-26 16:42:26 why the days are in the bottom vms14 ? 2025-04-26 16:44:05 on my site they are in the order 2025-04-26 16:50:52 no idea 2025-04-26 16:56:17 may be i will have a look on my queue système 2025-04-26 16:58:16 forth: LOAD "test.fth" 2025-04-26 16:58:21 forth: LOAD "test2.fth" 2025-04-26 16:58:26 forth: TODAY CAL 2025-04-26 16:58:39 forthBot: LOAD "test.fth" 2025-04-26 16:58:48 forthBot: LOAD "test2.fth" 2025-04-26 16:58:59 forthBot: TODAY CAL 2025-04-26 16:58:59 April 2025 2025-04-26 16:58:59 Mo Tu We Th Fr Sa Su 2025-04-26 16:59:00 1 2 3 4 5 6 2025-04-26 16:59:00 7 8 9 10 11 12 13 2025-04-26 16:59:01 14 15 16 17 18 19 20 2025-04-26 16:59:01 21 22 23 24 25 26 27 2025-04-26 16:59:01 28 29 30 2025-04-26 16:59:12 that's better 2025-04-26 16:59:19 forthBot: CAT 2025-04-26 16:59:19 /_/ 2025-04-26 16:59:19 ( o.o ) 2025-04-26 16:59:20 > ^ < 2025-04-26 16:59:23 nice 2025-04-26 17:39:43 forthBot: WORDS 2025-04-26 17:39:44 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 S" "S 2DROP IMAGE TEMP-IMAGE CLEAR-STRINGS DELAY EXIT CONSTANT MICRO MILLI APPEND DOUBLE FACT POW FIBONACCI COUNTDOWN TUCK SUM_SQUARE CUBE 2025-04-26 17:39:44 SUM_CUBES RECUNACCI CAT :D PGCD FPRIME? FPRIME2? SEED COUNT NUMS STARS INIT-RANDOM RANDOM RAND INIT-NUMS SHUFFLE-NUMS PICK-NUM NUM-TO-STR INIT-STARS SHUFFLE-STARS PICK-STAR EURO DICE ROLLDICES TRIPLE POW2 TEST-CASE FACTLOOP HELLO MACRON CREDIT START-TIME SET-START TIME-SINCE SHOW-TIME 2DUP 3DUP PRIME-FACTORS SHOW-PRIMES TABLE-MULT TABLE OFF DAYS YEAR MONTH DAY LEAP-YEAR? MONTH-NAME DAYS-IN-MONTH 2025-04-26 17:39:44 ZELLER 2SWAP SPACES PRINT-ASCII MULTI-CHAR NIP MAX CAL >= 0> <= DAYS-IN-YEAR TODAY-DAY CALC-YEARS CALC-MONTHS CALC-DAY TODAY CAL-IRC-HIGHLIGHT TODAY-CAL-IRC 2025-04-26 17:39:54 ugh, you really need to fix that 2025-04-26 17:40:10 i can 2025-04-26 17:40:36 forthBot: FORGET POW 2025-04-26 17:40:36 Forgot everything from 'POW' at index 72 (dict was 146, now 72; mem count now 1) 2025-04-26 17:40:52 that's all 2025-04-26 17:41:55 forthBot: FORGET LOAD 2025-04-26 17:41:55 Forgot everything from 'LOAD' at index 39 (dict was 72, now 39; mem count now 1) 2025-04-26 17:42:02 forthBot: WORDS 2025-04-26 17:42:03 USERNAME .S . + - * / MOD DUP DROP SWAP OVER ROT >R R> R@ = < > AND OR NOT XOR & | ^ ~ << >> CR EMIT VARIABLE @ ! +! DO LOOP I WORDS 2025-04-26 17:42:07 better ? 2025-04-26 17:42:49 I mean, it's not okay for the bot to emit a screenful of text in response to a routine query 2025-04-26 17:42:57 it makes it hard to find actual conversation in the backlog 2025-04-26 17:43:37 ACTION agrees with xentrac on this; it's why his bot uses private messages to the users instead 2025-04-26 17:44:33 forthBot: EXIT 2025-04-26 17:44:37 I think it's possible to go too far one way or the other 2025-04-26 17:44:41 the solution 2025-04-26 17:45:12 being able to observe other people's interactions with the bot is very useful 2025-04-26 17:45:12 meet my bot there #forth-experimental 2025-04-26 17:45:33 I am there! 2025-04-26 17:45:38 yes 2025-04-26 17:45:49 i will not then put it there 2025-04-26 17:46:45 you could look at other things. e.g., the dpans bot will post some text, then a link to the full output if it's getting too long 2025-04-26 17:47:20 yeah, I think that's probably the best compromise for IRC 2025-04-26 17:47:47 it's gone ... 2025-04-26 17:49:30 I think we can do better than "gone" 2025-04-26 17:58:31 xentrac: it is there #forth-experimental to play with 2025-04-26 17:58:42 that'es enought 2025-04-26 18:07:54 I'm glad that at least it's still there! 2025-04-26 18:09:17 Forthbot unloved because too talkative 2025-04-26 18:11:25 poor forthBot :( 2025-04-26 21:08:06 Running into length limits in the channel topic :( 2025-04-26 21:09:09 Getting to Forth stuff; I've pushed the latest c# version of my ilo vm for konilo to the repositories. 2025-04-26 21:09:44 This allows drawing to a limited, bitmap framebuffer on Windows systems 2025-04-26 21:10:53 (it's modeled after the C + X11 version) 2025-04-26 21:10:53 https://brew.bsd.cafe/crc/ilo-vm/commit/b97ab9a146a7641ab2cd3945225dfca300dc750f