elfort
Mako
elfort | Mako | |
---|---|---|
2 | 6 | |
8 | 566 | |
- | - | |
5.8 | 2.6 | |
over 2 years ago | almost 4 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
- Konilo: A personal computing system in Forth
-
Building a Game for an Imaginary Game Console, Based on an Imaginary CPU
this project reminds me a bit of one of my old projects; a forth VM and development toolchain: https://github.com/JohnEarnest/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...
- Mako
-
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...
- Mako is a portable stack-based virtual game console
What are some alternatives?
gforth - Gforth mirror on GitHub (original is on Savannah)
subleq - 16-bit SUBLEQ CPU running eForth - just for fun
lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
miniforth - A bootsector FORTH
durexforth - Modern C64 Forth
arkam - A Simple Stack VM and Forth
swapforth - Swapforth is a cross-platform ANS Forth
CAMEL99-ITC - Indirect threaded code version of CAMEL99 Forth for TI-99 computer
ESP32forth - FORTH developments for ESP32
VIBE99 - A vi like editor for Forth BLOCK files for TI-99
forthlisp - A Small Lisp in Forth