2025-04-10 00:26:34 mforth: WORDS 2025-04-10 00:26:34 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 test 2025-04-10 00:26:51 mforth: LOAD "test.fth" 2025-04-10 00:27:04 mforth: CREDIT 2025-04-10 00:27:04 Brought to you by Cleobuline https://github.com/cleobuline/forth-bot-gmp-irc-threaded-multi-users/tree/main Site https://labynet.fr 2025-04-10 00:29:34 now support many resquests at a time 2025-04-10 00:31:18 i still have to shrink the code 2025-04-10 02:11:53 veltas: will you go to jail? Do you need bail money? 2025-04-10 02:24:26 Anyone here checked out DuskOS and CollapseOS? 2025-04-10 02:54:28 well, vdupras wrote them 2025-04-10 02:55:06 nmz: "bitsy" is great 2025-04-10 09:01:39 nmz: FYI "unlawful" in UK really means something that's non-criminal 2025-04-10 09:02:10 And also no I am definitely not getting in trouble over this 2025-04-10 09:04:46 Just an interesting bit of UK laws 2025-04-10 09:15:32 did you fly a kite in a public place? 2025-04-10 09:23:47 It's not "fly a kite in a public place" 2025-04-10 09:23:57 https://www.legislation.gov.uk/ukpga/Vict/2-3/47/section/54 2025-04-10 12:30:57 hmm, that's interesting. in the US "unlawful" is a precise synonym for the adjective "criminal" 2025-04-10 13:01:56 Apparently it's not as simple as "non-criminal", but there does seem to be some difference in UK 2025-04-10 15:14:41 Unlawful to look at a bible? Wow. 2025-04-10 15:15:50 ohnoitsnoah: They've come up here a time or two. 2025-04-10 17:42:22 2025 year of stack based languages 2025-04-10 21:00:25 mforth: : test DUP 2025-04-10 21:00:34 mforth: DUP 2025-04-10 21:00:44 mforth: * * . ; 2025-04-10 21:00:52 mforth: 3 test 2025-04-10 21:00:53 27 2025-04-10 21:01:08 accept multi line definition now 2025-04-10 21:11:53 manage grace fully bad definitions too 2025-04-10 21:12:16 mforth: : test DUP unknowed ; 2025-04-10 21:12:16 Unknown word in definition: unknowed 2025-04-10 21:12:17 Error: Definition discarded due to error 2025-04-10 21:42:14 5 test 2025-04-10 21:42:17 derp 2025-04-10 21:42:21 mforth: 5 test 2025-04-10 21:42:21 Unknown word: test 2025-04-10 21:42:28 ok, separate contexts 2025-04-10 21:43:09 mforth: : square DUP * . ; 2025-04-10 21:43:11 5 square 2025-04-10 21:43:16 mforth: 5 square 2025-04-10 21:43:16 25 2025-04-10 21:45:39 dzho: do you think you could maybe test on #retro-testing or something instead? 2025-04-10 21:46:24 oh, sorry. 2025-04-10 21:47:11 xentrac: well, mforth isn't there so I guess I just won't 2025-04-10 21:48:06 dzho: maybe you could make mforth join there? 2025-04-10 21:48:43 xentrac: not my bot 2025-04-10 21:49:48 [0406 15:06:30] you can play with my irc forth bot there #forth-experimental 2025-04-10 21:50:51 his bot being mforth 2025-04-10 21:51:40 oh, thanks, pgimeno 2025-04-10 21:58:16 at some point if it's going to stick around, might be a good thing to put at the other end of that forth.chat link, or in the /topic, length permitting 2025-04-10 22:00:54 sorry, I thought you were cleobuline testing your bot 2025-04-10 22:06:08 https://github.com/cleobuline/forth-bot-gmp-irc-threaded-multi-users/releases 2025-04-10 22:06:47 this sofware is given as is , use at your own risk ;) 2025-04-10 22:08:10 build to exit gracefully if some memory errors occur 2025-04-10 22:29:26 binary is bigger for macOS , i don't know why https://github.com/cleobuline/forth-bot-gmp-irc-threaded-multi-users/releases