2023-04-18 04:39:36 DKordic: It's funny you say WordSalad because that's a favourite phrase of mine 2023-04-18 04:41:46 Ooops I'm playing with blocks again 2023-04-18 04:41:59 And me 2 months ago "Ooops I'm playing with Forth again" 2023-04-18 04:42:01 Can't keep awya 2023-04-18 04:42:17 crc: Blocks are pulling me in again 2023-04-18 07:03:46 I have grown to enjoy using a block-based system 2023-04-18 07:29:25 binaries are a funky way to say blocks :v 2023-04-18 07:29:39 or heap images even 2023-04-18 07:32:53 forth as a scripting language seems oddly alluring 2023-04-18 08:02:07 Everything about Forth is odd and alluring 2023-04-18 08:07:05 drakonis: I do a lot of scripting on my systems with forth; it's served me very well 2023-04-18 08:09:27 that's good to hear 2023-04-18 08:09:58 any samples? 2023-04-18 08:31:21 a couple: 2023-04-18 08:31:26 http://fossils.retroforth.org:8000/nga/file?name=example/amalgamate.retro&ci=tip 2023-04-18 08:31:26 http://fossils.retroforth.org:8000/nga/file?name=example/publish-examples.retro&ci=tip 2023-04-18 08:31:27 http://fossils.retroforth.org:8000/nga/file?name=example/archive.retro&ci=tip 2023-04-18 08:33:59 http://fossils.retroforth.org:8000/nga/file?name=tools/generate-epub.retro&ci=tip 2023-04-18 08:43:33 ah, excellent. 2023-04-18 08:43:56 thank you very much 2023-04-18 10:09:25 Yes, excellent indeed 2023-04-18 10:52:07 ""Marry Had a Little Lambda: Implementing a Minimal Lisp for Assisting with Education"" ( https://www.cosc.canterbury.ac.nz/research/reports/HonsReps/2016/hons_1604.pdf ) is interesting... AIM-453, LiSP. 2023-04-18 10:52:19 ``If you want truly to understand something, try to change it. '' -- Kurt Lewin 2023-04-18 10:53:08 IT is a dead end job, and instead you should ... 2023-04-18 10:54:06 thrig: I am not following. 2023-04-18 10:57:07 ""Implementing Onw's Own Forth System"" is said to be a Right of Passage. Critics describe it as some kind of mental disorder... IMHO it more accurate to say Refactoring to one's own liking, rather that Implememnting. 2023-04-18 11:00:46 HowTo Cross-Compile for Android?! Android is the new VT100?! 2023-04-18 11:01:05 What am I missing? 2023-04-18 11:06:24 ""Compiler"" is nothing more than a mystifycation of ""C Compiler""?! 2023-04-18 15:24:46 I actually agree with the "implementing one's own Forth" thing. I suspect there are relatively few people who are seriously into Forth that haven't tried their hand at it. In contrast to the tools for most languages, it's actually within reach without a trunkload of special skills. 2023-04-18 15:25:19 But getting comfortable factoring and evolving a personal "Forth style" is definitely a thing too. 2023-04-18 15:25:29 I think that takes longer than implementing a system, though. 2023-04-18 16:12:56 KipIngram: yebb, for instance I ported eForth to the DCPU-16 way back then 2023-04-18 16:13:44 and I read the books plus jonesForth