IRC Log - 2025-03-29 - ##forth

Channel: ##forth
Total messages: 42
Time range: 01:09:35 - 22:55:21
Most active: cleobuline (21), mforth (9), KipIngram (6)
01:09:35 ##forth <cleobuline> bonjour
16:04:47 ##forth <cleobuline> mforth: WORDS
16:04:48 ##forth <mforth> .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 EMIT CR CLEAR-STACK PRINT NUM-TO-BIN PRIME? FORGET STRING " 2DROP DP
16:05:04 ##forth <cleobuline> mforth: LOAD "test.fth"
16:05:12 ##forth <cleobuline> mforth: CAT
16:05:12 ##forth <mforth> /_/
19:19:07 ##forth <KipIngram> Well, it looks like a pair of barn swallows are laying claim to the nest on our patio. They've been in and out of it all day, and I see them bringing in bits of "refurbishing material."
19:20:57 ##forth <KipIngram> I have no idea if it's the same pair that built it last year or not.
19:23:17 ##forth <thrig> What Is the Airspeed Velocity of an Unladen Swallow?
19:59:37 ##forth <cleobuline> mforth: WORDS
19:59:37 ##forth <mforth> WORDS truncated: buffer full
20:12:41 ##forth <cleobuline> mforth: LOAD "test.fth"
20:12:45 ##forth <cleobuline> mforth: WORDS
20:12:46 ##forth <mforth> .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 EMIT CR CLEAR-STACK PRINT NUM-TO-BIN PRIME? FORGET STRING " 2DROP DOUBLE FACT POW FIBONACCI COUNTDOWN TUCK SUM_SQUARE CUBE SUM_CUBES RECUNACCI CAT :D PGCD FPRIME? FPRIME2? SEED COUNT NUMS STARS
20:12:46 ##forth <mforth> INIT-RANDOM RANDOM RAND INIT-NUMS SHUFFLE-NUMS PICK-NUM NUM-TO-STR INIT-STARS SHUFFLE-STARS PICK-STAR EURO DICE ROLLDICES 2DUP 3DUP
20:13:44 ##forth <cleobuline> a new version with STRINGS VARIABLES and ARRAYS in a linked list
20:17:16 ##forth <cleobuline> next step i will manage also dictionnary in a linked list ... ( or not )
20:21:02 ##forth <cleobuline> it should be bette to manage dictionnary in a red black tree for fast recobery
20:21:10 ##forth <cleobuline> recovery
20:26:49 ##forth <cleobuline> mforth: ROLLDICES
20:26:49 ##forth <mforth> <3> 4 5 6
20:29:55 ##forth <KipIngram> thrig: I have no idea, but they migrate all the way to South America and back.
20:30:54 ##forth <KipIngram> Little tiny things about 3" tall, and they go that far.
20:43:32 ##forth <veltas> KipIngram: Remind me what fat MCU you were considering to use for a Forthy project?
20:44:00 ##forth <veltas> I seem to remember you wanted to use a more powerful one that was more on the $20 range than $1
20:45:38 ##forth <cleobuline> mforth: 1 127 << 1 - PRIME? .
20:45:38 ##forth <mforth> 1
20:46:48 ##forth <veltas> I'm looking at a datasheet for Alif E3 MCU and it's hench, and not expensive
20:51:55 ##forth <cleobuline> mforth: 12345678912357 PRIME? .
20:51:55 ##forth <mforth> 0
20:52:11 ##forth <cleobuline> mforth: 123456789123457 PRIME? .
20:52:11 ##forth <mforth> 1
22:39:26 ##forth <KipIngram> veltas: MAX32655.
22:49:22 ##forth <veltas> Cheers
22:50:52 ##forth <veltas> Price is pretty good for that actually
22:51:35 ##forth <cleobuline> with linked lists for variables
22:52:01 ##forth <cleobuline> next a new management for the dictionnary
22:53:42 ##forth <cleobuline> i will do a red-black tree database for the dictionnary
22:54:00 ##forth <cleobuline> so it will be fast and illimited
22:55:21 ##forth <cleobuline> for now the dictionnary is limited