by UkiahSmith on 5/23/19, 11:22 PM with 50 comments
by new4thaccount on 5/24/19, 1:52 AM
It comes bundled with the C++ based JUCE GUI framework, SQLite, ODBC, encrypted binaries, JSON support, and a lot of support for other things that you typically don't see in a tool written by one person. The more expensive licenses come with AWS and automotive Linux support, so nifty for this area.
Sadly, it is closed source and commercial (although you can get source with an enterprise license I think). On the plus side, it is really cheap (there is a free version too I believe) and the main developer seems to add user requested features and fix bug reports very quickly.
I obviously wouldn't write a production system in it (although I'm sure you could), but I wouldn't mind having a fun REPL based language to write simple and easy to distribute cross-platform desktop apps.
by muriarte on 5/24/19, 1:19 AM
by jimnutt on 5/24/19, 1:18 AM
by fouc on 5/24/19, 4:38 AM
It is the forth of choice for any serious forth developer.
by burlesona on 5/24/19, 12:56 AM
High-level, what makes Forth interesting? What are it’s major strengths and weaknesses?