zeptoforth
A not-so-small Forth for Cortex-M (by tabemann)
r4
:r4 concatenative programming language with ideas from ColorForth. (by phreda4)
Our great sponsors
zeptoforth | r4 | |
---|---|---|
7 | 5 | |
90 | 108 | |
- | - | |
6.6 | 2.1 | |
3 days ago | 10 months ago | |
Forth | Forth | |
MIT License | MIT License |
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.
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.
zeptoforth
Posts with mentions or reviews of zeptoforth.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-02.
-
Open Source Forth Systems With First Class Preemptive Multitasking?
Zeptoforth has this, but it’s for embedded systems. https://github.com/tabemann/zeptoforth
-
which forth do you guys use for normal day to day scripting and programming
I am the developer of zeptoforth, which is the main Forth I am using at the present. It supports the RP2040 (particularly the Raspberry Pi Pico, but it should work on other RP2040 boards), which I have been working with lately, and the STM32F407, STM32L476, and STM32F746 DISCOVERY boards. Note that it is not a desktop Forth; for that I would probably just recommend gforth.
r4
Posts with mentions or reviews of r4.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-08-18.
-
x-in-y lines - Succintly written (<1000 non-obfuscated loc), fully-functional software in any language.
almost all my codes in https://github.com/phreda4/r3 and https://github.com/phreda4/r4 have less 1000 lines, but all forth have code with minimun lines of code
-
r4 Forth
Looking here I think they've made the decision to go with the MIT licence.
-
Share cool Forth programs!
I wrote many programs in r4 (32 bits windows).. see in https://github.com/phreda4/r4
-
which forth do you guys use for normal day to day scripting and programming
r4 is for 32bit https://github.com/phreda4/r4
-
Looking for a simple forth compiler (producing asm/executables, not compiling forth words) to learn from, preferably in C family language
I have a vm in c for my forth, I have a compiler to asm (generate FASM output) but in the same lenguage, really a forth compiler is a simple program, there are a 1:1 correspondence in code genaration and words. here the 32bits source https://github.com/phreda4/r4/blob/master/r4/System/r4i86.txt here the 64bits with some optimizations: https://github.com/phreda4/r3d4/blob/master/r3/sys/r3asm0.r3 I hope this help
What are some alternatives?
When comparing zeptoforth and r4 you can also consider the following projects:
durexforth - Modern C64 Forth
gforth - Gforth mirror on GitHub (original is on Savannah)
r3 - r3 programing language - ColorForth inspired
lbForth - Self-hosting metacompiled Forth, bootstrapping from a few lines of C; targets Linux, Windows, ARM, RISC-V, 68000, PDP-11, asm.js.
stoneknifeforth - a tiny self-hosted Forth implementation
able-forth - A Forth-like programming language that targets the AbleVM
r3d4 - r3 programing language for 64 bits Windows/Linux/Mac/Rasberry Pi 4
spf - SP-Forth