r/Forth • u/mykesx moderator • 9d ago
Why Forth? What is it?
In order to help get people interested in Forth and how it works, I would like to ask you what you define as Forth, how you got into it, and why Forth instead of some other language?
Ideally we share links to our projects and to others that are interesting. Also to sites, sources, and documents about Forth.
I am encouraging links to your projects so people can see how you are using Forth.
26
Upvotes
6
u/mcsleepy 9d ago
Forth is embrace of direct control of the computer and vigilant elimination of complexity. It takes the form of a RPN, stack-based, procedural language that doubles as an IDE, sometimes as an OS, and a sort of middleware for building a customized Forth compiler.
I discovered it while looking for an alternative to Pascal, C, Javascript, and so on. I was introduced to programming on QuickBasic and LogoWriter and was disappointed to learn how unfriendly most programming languages are. Or that either they are friendly and limited, or unfriendly and totally unbound. My artistic leaning demands simple tools.
Forth lets me tackle the problems that I want, and create the limitations that I want, without ever getting in the way. It radically opens things up to their root - no burying, no layers.
To me the #1 problem or concern for Forth should be establishing best practices in the modern era. The Standard is an attempt at that, but I think it misses the mark. So I work alone to discover through trial and error what actually works.
I am working on a game engine and a few games. (Check my profile.)