subleq VS lbForth

Compare subleq vs lbForth and see what are their differences.

subleq

16-bit SUBLEQ CPU running eForth - just for fun (by howerj)

lbForth

Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js. (by larsbrinkhoff)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
subleq lbForth
9 3
51 398
- -
4.8 0.0
12 days ago about 1 year ago
Forth Forth
The Unlicense GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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

Posts with mentions or reviews of subleq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-03.
  • The ancient world before computers had stacks or heaps
    3 projects | news.ycombinator.com | 3 Apr 2024
    I wrote a Forth interpreter for a SUBLEQ machine (https://github.com/howerj/subleq), and for a bit-serial machine (https://github.com/howerj/bit-serial), both of which do not have a function call stack which is a requirement of Forth. SUBLEQ also does not allow indirect loading and stores as well and requires self-modifying code to do anything non-trivial. The approach I took for both machines was to build a virtual machine that could do those things, along with cooperative multithreading. The heap, if required, is written in Forth, along with a floating point word-set (various MCUs not having instructions for floating point numbers is still fairly common, and can be implemented as calls to software functions that implement them instead).

    I would imagine that other compilers took a similar approach which wasn't mentioned.

lbForth

Posts with mentions or reviews of lbForth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-25.

What are some alternatives?

When comparing subleq and lbForth you can also consider the following projects:

xxdp - XXDP was, and remains, the PDP-11 diagnostic operating system. This project attempts to recover XXDP sources and documents.

swapforth - Swapforth is a cross-platform ANS Forth

Mako - A simple virtual game console

durexforth - Modern C64 Forth

zeptoforth - A not-so-small Forth for Cortex-M

elfort - A Forth metacompiler that directly emits an executable binary for x86-64 Linux written in Arkam

TclForth - Multi-platform desktop Forth based on Tcl/Tk

jonesforth_riscv - Jonesforth RISC-V port.

reko - Reko is a binary decompiler.

arkam - A Simple Stack VM and Forth

cc64 - cc64 is a small-C compiler written in Forth, hosted on the Commodore C64, Plus4 and C16 with 64k, and on the Commander X16. It is targeting the 6502 CPU.