2025-03-29 01:09:35 bonjour 2025-03-29 16:04:47 mforth: WORDS 2025-03-29 16:04:48 .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 2025-03-29 16:05:04 mforth: LOAD "test.fth" 2025-03-29 16:05:12 mforth: CAT 2025-03-29 16:05:12 /_/ 2025-03-29 19:19:07 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." 2025-03-29 19:20:57 I have no idea if it's the same pair that built it last year or not. 2025-03-29 19:23:17 What Is the Airspeed Velocity of an Unladen Swallow? 2025-03-29 19:59:37 mforth: WORDS 2025-03-29 19:59:37 WORDS truncated: buffer full 2025-03-29 20:12:41 mforth: LOAD "test.fth" 2025-03-29 20:12:45 mforth: WORDS 2025-03-29 20:12:46 .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 2025-03-29 20:12:46 INIT-RANDOM RANDOM RAND INIT-NUMS SHUFFLE-NUMS PICK-NUM NUM-TO-STR INIT-STARS SHUFFLE-STARS PICK-STAR EURO DICE ROLLDICES 2DUP 3DUP 2025-03-29 20:13:44 a new version with STRINGS VARIABLES and ARRAYS in a linked list 2025-03-29 20:17:16 next step i will manage also dictionnary in a linked list ... ( or not ) 2025-03-29 20:21:02 it should be bette to manage dictionnary in a red black tree for fast recobery 2025-03-29 20:21:10 recovery 2025-03-29 20:26:49 mforth: ROLLDICES 2025-03-29 20:26:49 <3> 4 5 6 2025-03-29 20:29:55 thrig: I have no idea, but they migrate all the way to South America and back. 2025-03-29 20:30:54 Little tiny things about 3" tall, and they go that far. 2025-03-29 20:43:32 KipIngram: Remind me what fat MCU you were considering to use for a Forthy project? 2025-03-29 20:44:00 I seem to remember you wanted to use a more powerful one that was more on the $20 range than $1 2025-03-29 20:45:38 mforth: 1 127 << 1 - PRIME? . 2025-03-29 20:45:38 1 2025-03-29 20:46:48 I'm looking at a datasheet for Alif E3 MCU and it's hench, and not expensive 2025-03-29 20:51:55 mforth: 12345678912357 PRIME? . 2025-03-29 20:51:55 0 2025-03-29 20:52:11 mforth: 123456789123457 PRIME? . 2025-03-29 20:52:11 1 2025-03-29 22:39:26 veltas: MAX32655. 2025-03-29 22:39:56 https://www.analog.com/en/products/max32655.html 2025-03-29 22:49:22 Cheers 2025-03-29 22:50:52 Price is pretty good for that actually 2025-03-29 22:51:19 https://github.com/cleobuline/some-c-sources/blob/main/forth_bot__gmp_multi_linked.c ( new version ) 2025-03-29 22:51:35 with linked lists for variables 2025-03-29 22:52:01 next a new management for the dictionnary 2025-03-29 22:53:42 i will do a red-black tree database for the dictionnary 2025-03-29 22:54:00 so it will be fast and illimited 2025-03-29 22:55:21 for now the dictionnary is limited