GeraldWodni
GeraldWodni
@joseluis I am looking for a single list of forth system for some time. I'd like to put your list onto https://forth-standard.org/ which is very open: the sourcecode is on...
_tl;dr_: Forth has extendable syntax, therefor case matters less than in other languages. Typical Forth programs (written after gaining some experience in Forth; also what most books will teach you)...
Forth has only one syntax element, which is white space. This means that the keywords like `if`, `until`, ... are not special like in most other languages but can be...
It would be great if that could be a column in the [Forth-Systems wiki](https://github.com/ForthHub/wiki/wiki/Forth-Systems). Then I could add them more prominently to https://forth-standard.org
Wonderful! I remembered a presentation about an in-browser js-Forth years ago but could not find it any more. So I started my own, as I wanted to have Forth running...
I used AVRs a long time, but was never too happy with their Harvard architecture. Since Michael Kalus introduced me to the MSP430 I'm loving the chip. If the task...
I was wondering what extension is the most unique to Forth, I guess .4th does the trick, as I have never seen it used elsewhere, opposed to .fs which is...
@larsbrinkhoff thanks a lot! I took the liberty of correcting the percentage for "4th" from "4" to "40". I had no idea that one can pull statistics that easily, I...
I can confirm that, the demo computes fine until the `ballBody` hits the `ground`. I just built the `7.0.3` release on arch linux using gcc `13.2.1` (BTW: As far as...