IRC Log - 2025-08-17 - ##forth

Channel: ##forth
Total messages: 46
Time range: 02:53:01 - 23:16:21
Most active: forthBot (22), cleobuli_ (21), unjust (1)
02:53:01 ##forth <unjust> !konilo hello
02:53:01 ##forth <[bot]konilo> Hello, unjust! Welcome to Konilo-over-IRC.
03:00:29 ##forth <ajhidd> Konilo-over-IRC = KOI (romantic love in Japanese :3)
14:06:30 ##forth <cleobuli_> forthBot: LOAD ini.fth
14:06:31 ##forth <forthBot> File ini.fth with MOON loaded
14:06:36 ##forth <cleobuli_> forthBot: MOON
14:06:37 ##forth <forthBot> Phase de la lune pour Sun August 17 2025
14:06:37 ##forth <forthBot> 🌘 Croissant descendant La lune s'efface, une nuit calme a venir ! Illumination 35%
14:06:37 ##forth <forthBot> Error: Stack underflow
14:07:35 ##forth <cleobuli_> forthBot: LOAD ini.fth
14:07:36 ##forth <forthBot> File ini.fth with MOON loaded
14:07:37 ##forth <cleobuli_> forthBot: MOON
14:07:38 ##forth <forthBot> Phase de la lune pour Sun August 17 2025
14:07:38 ##forth <forthBot> 🌘 Croissant descendant La lune s'efface, une nuit calme a venir ! Illumination 35%
14:07:44 ##forth <cleobuli_> forthBot: .S
14:07:44 ##forth <forthBot> <0>
14:30:29 ##forth <cleobuli_> forthBot: 1 2 3 4 5 6 REVERSE-STACK .S
14:30:30 ##forth <forthBot> <6> 6 5 4 3 2 1
14:32:01 ##forth <cleobuli_> forthBot: REVERSE-STACK .S
14:32:01 ##forth <forthBot> <6> 1 2 3 4 5 6
14:34:51 ##forth <cleobuli_> forthBot: : DUP-BOTTOM REVERSE-STACK DUP REVERSE_STACK ;
14:34:51 ##forth <forthBot> Unknown word in definition: REVERSE_STACK
14:34:51 ##forth <forthBot> Error: Definition discarded due to error
14:35:03 ##forth <cleobuli_> forthBot: : DUP-BOTTOM REVERSE-STACK DUP REVERSE-STACK ;
14:35:15 ##forth <cleobuli_> forthBot: DUP-BOTTOM .S
14:35:15 ##forth <forthBot> Error: DUP: Stack underflow
14:35:35 ##forth <cleobuli_> forthBot: 1 2 3 4 5 6 DUP-BOTTOM .S
14:35:35 ##forth <forthBot> <7> 1 1 2 3 4 5 6
14:45:03 ##forth <cleobuli_> forthBot: : DROP-BOTTOM REVERSE-STACK DUP REVERSE-STACK ;
14:45:14 ##forth <cleobuli_> forthBot: DROP-BOTTOM
14:45:24 ##forth <cleobuli_> forthBot: .S
14:45:24 ##forth <forthBot> <8> 1 1 1 2 3 4 5 6
14:45:37 ##forth <cleobuli_> forthBot: : DROP-BOTTOM REVERSE-STACK DROP REVERSE-STACK ;
14:45:45 ##forth <cleobuli_> forthBot: DROP-BOTTOM .S
14:45:45 ##forth <forthBot> <7> 1 1 2 3 4 5 6
14:45:48 ##forth <cleobuli_> forthBot: DROP-BOTTOM .S
14:45:48 ##forth <forthBot> <6> 1 2 3 4 5 6
16:45:48 ##forth <forthBot> Environment for cleobuli_ inactive, freeing...
22:43:58 ##forth <cleobuli_> forthBot: LOAD ini.fth
22:43:58 ##forth <forthBot> File ini.fth with MOON loaded
22:44:15 ##forth <cleobuli_> forthBot: 1 2 3 4 5 6 7 8 9 10 SQUARE-STACK .
22:44:16 ##forth <forthBot> 385
22:46:20 ##forth <cleobuli_> forthBot: SEE SQUARE-SUM
22:46:20 ##forth <forthBot> : SQUARE-SUM 0 >R 0 DO DUP * R@UL + R!UL LOOP R> ;
23:16:20 ##forth <cleobuli_> forthBot: EURO
23:16:21 ##forth <forthBot> 3 7 9 38 25 3 2