subleq
Mako
Our great sponsors
subleq | Mako | |
---|---|---|
8 | 5 | |
39 | 527 | |
- | - | |
3.5 | 1.7 | |
7 days ago | about 2 years ago | |
Forth | Forth | |
The Unlicense | 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.
subleq
We haven't tracked posts mentioning subleq yet.
Tracking mentions began in Dec 2020.
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?
swapforth - Swapforth is a cross-platform ANS Forth
durexforth - Modern C64 Forth
elfort - A Forth metacompiler that directly emits an executable binary for x86-64 Linux written in Arkam
miniforth - A bootsector FORTH
arkam - A Simple Stack VM and Forth
CAMEL99-ITC - Indirect threaded code version of CAMEL99 Forth for TI-99 computer
lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.