spf
SP-Forth (by rufig)
r3d4
r3 programing language for 64 bits Windows/Linux/Mac/Rasberry Pi 4 (by phreda4)
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.
spf
Posts with mentions or reviews of spf.
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?
SP-Forth/4 is an open source 32bit Forth system that runs on Windows and on Linux.
-
What is actually Forth ?
I was careful to say I was referring to Windows/Mac/Linux only, but it looks like I'm wrong - there's SP-Forth, which was last updated yesterday.
-
which forth do you guys use for normal day to day scripting and programming
I use SP-Forth (production), Gforth (testing).
r3d4
Posts with mentions or reviews of r3d4.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-01.
- Seeking some advice on creating yet another Forth...
-
Resources on Forth for Audio and Graphics Programming
You can try https://github.com/phreda4/r3d4 for rpi or https://github.com/phreda4/r3 for win
-
Share cool Forth programs!
The evolution but without so much code in 64bits windows,linux,mac and rpi https://github.com/phreda4/r3d4
-
which forth do you guys use for normal day to day scripting and programming
r3 is in developent, the first https://github.com/phreda4/r3d4
-
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
-
Best Forth ( 64bit ) for Mac? Paid or Free.
I don't know if is the best for you but my work https://github.com/phreda4/r3d4
-
Looking for a way to put pixels on the screen for a game
not GFORTH but I use sdl in r3 (colorforth like) for access to graphic buffer. https://github.com/phreda4/r3d4
What are some alternatives?
When comparing spf and r3d4 you can also consider the following projects:
zeptoforth - A not-so-small Forth for Cortex-M
gforth - Gforth mirror on GitHub (original is on Savannah)
r3 - r3 programing language - ColorForth inspired
stoneknifeforth - a tiny self-hosted Forth implementation
rForth - A Forth interpreter written in rust
forthboy - Gameboy emulator in (G)Forth
r4 - :r4 concatenative programming language with ideas from ColorForth.
CAMEL99-ITC - Indirect threaded code version of CAMEL99 Forth for TI-99 computer
gforth-raylib - Raylib 3.5 bindings for Gforth. The name is backwards for obvious reasons.