📝Forth
An extremely small Stack-based programming language with few syntax rules. Often compared with Lisp because of its extensibility.
Forth is extremely extensible and could be implemented with only a couple of primitive operations. The rest of the words (Forth’s functions) could be implemented in Forth itself.
See also
Resources
- Easy Forth
- quick interactive tutorial on Forth
- A Beginner’s Guide to Forth
- a more technical tutorial
- And so Forth…
- Starting Forth
- Moving Forth
- How to implement a Forth interpreter
- JONESFORTH is a sometimes minimalistic implementation of Forth for x86
- git: http://git.annexia.org/?p=jonesforth.git;a=tree
- original publish rescued with Wayback Machine
- Build You Own Forth
- WAForth—Forth running in WebAssembly