elfort
DISCONTINUED
Mako
Our great sponsors
elfort | Mako | |
---|---|---|
2 | 5 | |
8 | 536 | |
- | - | |
5.8 | 2.5 | |
over 1 year ago | over 2 years ago | |
Forth | Forth | |
- | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
elfort
-
A Forth metacompiler directly emitting executable elf for x86-64 Linux
The metacompiler includes an Elf emitter and inline assembler written in another my Forth on StackVM Arkam.
Mako
-
Lisp in Forth
On a related note, here's a Logo interpreter I implemented many years ago using a dialect of Forth: https://github.com/JohnEarnest/Mako/blob/master/demos/Loko/L...
-
8-bit stack-machine emulated by 200 lines of C
Some similarities to one of my old projects, MakoVM:
https://github.com/JohnEarnest/Mako
It is also Forth-based, and has an ecosystem of interesting little games, programs, and libraries. The CPU, GPU, and other IO facilities fit in a little over 200 lines of Java:
https://github.com/JohnEarnest/Mako/blob/master/src/MakoVM.j...
What are some alternatives?
gforth - Gforth mirror on GitHub (original is on Savannah)
lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
subleq - 16-bit SUBLEQ CPU running eForth - just for fun
durexforth - Modern C64 Forth
miniforth - A bootsector FORTH
CAMEL99-ITC - Indirect threaded code version of CAMEL99 Forth for TI-99 computer
arkam - A Simple Stack VM and Forth
swapforth - Swapforth is a cross-platform ANS Forth
VIBE99 - A vi like editor for Forth BLOCK files for TI-99
ecma6-forth - Low level forth like language for writing canvas applications
ESP32forth - FORTH developments for ESP32