IRC Log - 2025-05-12 - ##forth

Channel: ##forth
Total messages: 69
Time range: 16:30:54 - 23:42:06
Most active: forthBot (25), anthk_ (21), cleobuline (16)
16:30:54 ##forth <cleobuline> forthBot: LOAD "ini.fth"
16:30:54 ##forth <forthBot> Fichier chargé
16:31:37 ##forth <cleobuline> forthBot: 367 7 * 367 9 * PGCD .
16:31:37 ##forth <forthBot> 367
16:32:14 ##forth <cleobuline> forthBot: SEE PGCD
16:32:14 ##forth <forthBot> : PGCD DUP 0 = IF DROP ELSE SWAP OVER MOD PGCD THEN ;
16:59:13 ##forth <anthk_> : GCD BEGIN DUP WHILE TUCK MOD REPEAT DROP ;
16:59:18 ##forth <anthk_> : LCM 2DUP * ABS -ROT GCD / ;
17:01:24 ##forth <anthk_> forthBot: : sier cr 32 0 do 32 0 do i j and if space else 43 emit then loop cr loop
17:01:24 ##forth <forthBot> Unknown word in definition: cr
17:01:25 ##forth <forthBot> Error: Definition discarded due to error
17:01:49 ##forth <anthk_> forthBot: : SIER CR 32 0 DO 32 0 DO I J AND IF SPACE ELSE 43 EMIT THEN LOOPCR LOOP ; SIER
17:01:49 ##forth <forthBot> Unknown word in definition: SPACE
17:01:49 ##forth <forthBot> Error: Definition discarded due to error
17:02:24 ##forth <anthk_> forthBot: : SPACE BL EMIT ;
17:02:24 ##forth <forthBot> Unknown word in definition: BL
17:02:25 ##forth <forthBot> Error: Definition discarded due to error
17:03:11 ##forth <anthk_> forthBot: 66 EMIT
17:04:08 ##forth <anthk_> uh, the bot ignored me
17:05:02 ##forth <anthk_> forthBot: ." test "
17:05:02 ##forth <forthBot> test
17:08:45 ##forth <anthk_> forthBot: : SIER 3 0 DO 3 0 DO I J AND IF 40 EMIT ELSE 43 EMIT THEN LOOP ." cr " loop ;
17:08:46 ##forth <forthBot> Unknown word in definition: loop
17:08:46 ##forth <forthBot> Error: Definition discarded due to error
17:08:57 ##forth <anthk_> : SIER 3 0 DO 3 0 DO I J AND IF 40 EMIT ELSE 43 EMIT THEN LOOP ." cr " LOOP ;
17:09:02 ##forth <anthk_> ok
17:09:08 ##forth <anthk_> forthBot: : SIER 3 0 DO 3 0 DO I J AND IF 40 EMIT ELSE 43 EMIT THEN LOOP ." cr " LOOP ;
17:09:14 ##forth <anthk_> forthBot: SIER
17:11:21 ##forth <anthk_> no cr but I can't remmeber the ascii code for newline
17:11:32 ##forth <anthk_> and instead of 40 I was about to put 46
17:13:03 ##forth <anthk_> 32 emit and 46 emit maybe
17:13:33 ##forth <anthk_> uh, 98
17:13:50 ##forth <anthk_> ah no :|
17:14:42 ##forth <anthk_> 32 it's fine
17:33:35 ##forth <cleobuline> not cr but CR
17:34:45 ##forth <cleobuline> anthk_: try LOAD "ini.fth" for additional words
17:36:05 ##forth <cleobuline> forthBot: LOAD "ini.fth"
17:36:05 ##forth <forthBot> Fichier chargé
17:36:36 ##forth <cleobuline> forthBot: : SPACE 32 EMIT ;
17:39:57 ##forth <cleobuline> forthBot: : SIER 3 0 DO 3 0 DO I J AND IF 40 EMIT ELSE 43 EMIT THEN LOOP CR LOOP ;
17:40:10 ##forth <cleobuline> forthBot: SIER
17:40:10 ##forth <forthBot> +++
17:40:11 ##forth <forthBot> +((
17:40:11 ##forth <forthBot> +((
17:41:23 ##forth <cleobuline> forthBot: CAT
17:41:23 ##forth <forthBot> /_/
17:41:24 ##forth <forthBot> ( o.o )
17:41:24 ##forth <forthBot> > ^ <
18:02:49 ##forth <cleobuline> anthk_: EMIT write in a buffer , it appear with the call of CR
18:03:20 ##forth <cleobuline> forthBot: 88 EMIT CR
18:03:20 ##forth <forthBot> X
18:11:11 ##forth <anthk_> otoh I converted subleq.pl to muxleq.pl and now eforth runs on top of it at glacial speeds
18:11:31 ##forth <anthk_> faster than subleq but c and awk emulating a subleq machine and forth on top are much faster
19:09:14 ##forth <forthBot> Environment for anthk_ inactive, freeing...
19:25:03 ##forth <cleobuline> 2 hours time out ...
20:03:20 ##forth <forthBot> Environment for cleobuline inactive, freeing...
22:33:15 ##forth <Guest40> Does anyone have recent experience with VFX Forth? It seems their shop and pricing pages are currently down.
23:03:47 ##forth <cleobuline> forthBot: LOAD "ini.fth"
23:03:49 ##forth <forthBot> Fichier chargé
23:03:56 ##forth <cleobuline> forthBot: HELLO
23:03:56 ##forth <forthBot> Hello cleobuline How are you ?
23:22:22 ##forth <cleobuline> forthBot: HELLO
23:22:23 ##forth <forthBot> Hello cleobuline How are you ?
23:30:55 ##forth <sts-q> Guest40: https://vfxforth.com/downloads/VfxCommunity
23:31:51 ##forth <sts-q> https://wodni-pelc.com/
23:38:47 ##forth <Guest40> Thanks. I did see that there's a community edition, but if the shop is down and licenses are not obtainable, then VFX Forth could not be used in any commercially capacity. So I was wondering whether anyone had recent experience with VFX Forth; such as using it commercially, and whether this is a temporary problem with their website, or if VFX Forth
23:38:48 ##forth <Guest40> has been abandoned entirely.
23:42:06 ##forth <Guest40> Ah my apologies, I just read the notice on the latter link. Thanks.