Forth
Forth is a procedural, stack-oriented programming language and interactive environment.
I'm using gFORTH installed with brew install gforth
on OSX to learn.
References
- https://www.forth.com/starting-forth/
- https://hackaday.com/2017/01/27/forth-the-hackers-language/
- http://forth.org/compilers.html
- https://wiki.xxiivv.com/site/forth.html
- https://www.complang.tuwien.ac.at/forth/gforth/Docs-html/Files-Tutorial.html
- https://www.forth.com/wp-content/uploads/2018/01/Starting-FORTH.pdf
- http://www.forth.org/OffeteStore/1003_InsideF83.pdf
- Bootloader of JonesFORTH: Writeup, Code
- https://gitlab.cs.washington.edu/fidelp/frustration
Backlinks
Last modified: 202206101419