2025-04-21 00:12:51 forthBot: .S 2025-04-21 00:12:52 <0> 2025-04-21 02:12:51 Environment for cleobuline inactive, freeing... 2025-04-21 15:36:26 forth: S" A string "S STRING TOTO TOTO ! TOTO @ PRINT CR 2025-04-21 15:36:49 forthBot: S" A string "S STRING TOTO TOTO ! TOTO @ PRINT CR 2025-04-21 15:36:50 A string 2025-04-21 16:59:17 is there a block editor written in Forth? 2025-04-21 16:59:28 with works under ans by reading block files 2025-04-21 17:27:35 Surely there will be somewhere. They're not that hard to write - I've written some, but unfortunately my systems have not been ans so my code's full of words unique to my system. 2025-04-21 17:28:10 I was using 4kB blocks at the time, and the editor source fit in one block. 2025-04-21 17:33:55 Are you interested in a line editor or a full screen editor? 2025-04-21 17:36:49 Environment for cleobuline inactive, freeing... 2025-04-21 17:36:55 I've done both kinds - if you do it appropriately you can set it up so that the full screen editor is just some new code wrapped around the line editor word. 2025-04-21 17:38:56 So if you wind up writing a line editor, my advice would be to have it leave some indication of what the keystroke was that caused it to exit. Then full screen code could hook that and handle it. 2025-04-21 19:25:51 forthBot: S" A string "S STRING TOTO TOTO ! TOTO @ PRINT CR 2025-04-21 19:25:51 A string 2025-04-21 19:46:13 KipIngram: something like the editor from starting forth 2025-04-21 19:46:26 I think it's Forth 79 right? The original PDF I mean 2025-04-21 19:49:05 Oh, sorry - it's been forever and a day since I read Starting Forth. Old dude here. :-| 2025-04-21 19:49:15 Forth 79 sounds right for the timing, though. 2025-04-21 19:49:52 And Forth 79 was an influence on me, though somewhere along the way I got the idea that it had less influence on ans that some of the other versions did. 2025-04-21 19:50:02 Don't know if that's true or I just cooked it up somehow. 2025-04-21 21:25:51 Environment for cleobuline inactive, freeing... 2025-04-21 22:03:23 this is crazy https://github.com/howerj/ffs 2025-04-21 22:03:55 then I've read about magic-1,org 2025-04-21 22:03:58 magic-1.org 2025-04-21 22:04:10 and that computer would run forth much faster than minix 2025-04-21 22:05:41 if you can implement a simple fs and commands, that machine would fly