discussion icon indicating copy to clipboard operation
discussion copied to clipboard

Discussion repository for Forth enthusiasts.

Results 87 discussion issues
Sort by recently updated
recently updated
newest added

We have created a wiki page to maintain a list of Forth repositories, implemented in any language, here: https://github.com/ForthHub/wiki/wiki/Forth-Systems

As I like Forth to be fun too, apart from its practical aspects, I've been enjoying Forth written in lesser likely languages, from scripting languages to editor macros to mobile...

forthsystem

Is it possible for a Forth to have a Common Lisp like "condition handling" system? More about "condition handling"; https://en.wikibooks.org/wiki/Common_Lisp/Advanced_topics/Condition_System

question
technique

Hi folks, I was curious how many low level words do you need to build forth. So I took [sod32](https://lennartb.home.xs4all.nl/sod32.tar.gz) by Lennart Benschop which uses 32 low level words and...

question
implementation

Dear Forthers, EuroForth brings together researchers and practitioners from the Forth community (quote from the [EuroForth Website](http://euroforth.org)). This year's [EuroForth will be held online](https://euro.theforth.net/) and therefor is free of charge....

Mitch Bradley has ported C Forth to ESP32. * https://github.com/MitchBradley/cforth/commit/b3c56890599353149275ece80977d9fbcad844c8 I have begun testing. My build steps on Ubuntu; * https://github.com/quozl/cforth-1/blob/esp32/README.md Hardware so far is; * [Adafruit Espressif ESP32 Development...

Hi, Seems to me that the compilation Just-In-Time (JIT) is an old technique (~ the 80s). Why this technique is not used nowadays in modern Forths which keeps using virtual...

question
implementation

Would anyone happen to have a reupload or archive of the `Mach2` and `MacForth` systems for the Macintosh? The archive I found is dead.

question
forthsystem

I have implemented Forth interpreter in JavaScript: https://github.com/drom/forth Can be used with node.js (cli / library / streams) or in the browser. Goal: to be ANS94 / Forth2012 compatible.