💾 Archived View for bbs.geminispace.org › s › FORTH › 5229 captured on 2023-11-14 at 08:47:16. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-11-04)
-=-=-=-=-=-=-
Forth keeps intriguing me. I've written the snake game in forth. The principle of continuously building on more simple words is elegant. But I keep failing to find any "real" programs in forth
I'm aware that uxn exists and varavara is another thing that I keep coming back to. Is this forth? Kinda. I think it qualifies.
In my head, forth is the perfect starting point for a "degrowth" computing system. Maybe similar to CollapseOS. an ecosystem of commandline programs to get stuff done. Does anthing like this exist?
Sep 11 · 2 months ago · 👍 drh3xx, stack
I've not tried Forth before but it seems quite popular in geminispace so I might have to give it a try sometime. Thanks for mention of CollapseOS it and DuskOS sound really interesting :)
forth itself is an ecosystem of command line programs. You define new commands as needed
👤 AnoikisNomads · Sep 12 at 15:24:
@stack what I'm saying is programs that do some useful work seem to be next to nonexistant - or I'm looking entirely in the wrong place. let's say a word processor, a graphics program, a Gemini browser.
people seem to write their own Forth and then quit. This is a neat and nerdy exercise and I mean no insult, but has little utility.
@AnoikisNomads: that is true. I truly enjoy writing forths to test different implementation ideas, and then I get bored when it's time to actually do something _with_ a forth. This time around I am polishing up my nforth to do cgi scripting and maybe interactive fiction stuff. I hope.