gale VS ActorForth

Compare gale vs ActorForth and see what are their differences.

gale

Strongly-typed, minimal-ish, stack-based development at storm-force speed. (by klardotsh)

ActorForth

A strongly typed Forth-like language ultimately intended to target cryptoledgers and support an Actor concurrency model. Initially implemented in Python, now switched to modern C++. (by ActorForth)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
gale ActorForth
1 1
12 20
- -
6.1 4.6
9 months ago 9 months ago
Zig C++
BSD Zero Clause License BSD 3-clause "New" or "Revised" 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.

gale

Posts with mentions or reviews of gale. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Retro: A Modern, Pragmatic Forth
    6 projects | news.ycombinator.com | 11 Jul 2023
    I'm slowly working on one. The repo is a mess and the examples don't actually run (they're sketches of where I'm trying to go; the unit tests in the Zig source are a better idea of where I'm actually at so far), but I'm attempting to slap a "minimum viable "does this shape align with this other shape" type of type system" onto a loosely-FORTH-inspired stack machine with some modern amenities with Gale. https://sr.ht/~klardotsh/gale/ (or for the GitHub fans, https://github.com/klardotsh/gale)

ActorForth

Posts with mentions or reviews of ActorForth. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-11.
  • Retro: A Modern, Pragmatic Forth
    6 projects | news.ycombinator.com | 11 Jul 2023
    > I would love a Forth with a type system. I don't know if that is heretical [...].

    Mitch Bradley (of Open Firmware fame) thinks it’s old hat[1], so guess not. (He also thinks it won’t work though.) In general, people have tried a lot of times; there’s a number of postfix Lisps with type systems—Kitten mentioned elsethread, ActorForth[2], etc.; a low-level Forth, as in untyped cells on stack and no automatic memory management, I don’t think has been done to completeness (IIRC either Forth, Inc. or MPE have a standing offer for any that’s able to process their legacy code), but then C wouldn’t be complete by that standard either (and Rust far too limiting).

    Honestly I’m not sure how well it would work—in C, you get a great deal of utility out of compound types, and classic cell-oriented Forth kind of sucks at even mildly complex datastructures—they are certainly possible, but being unable to manipulate them as values on the stack makes things quite unnatural. (And that’s where I draw the line of “postfix Lisps” like PostScript rather than Forths, as such manipulation doesn’t seem feasible without some sort of automatic memory management.)

    [1] https://github.com/ForthHub/discussion/issues/79

    [2] https://github.com/ActorForth/ActorForth

What are some alternatives?

When comparing gale and ActorForth you can also consider the following projects:

bog - Small, strongly typed, embeddable language.

mstoical - MStoical - a Forth like language, but better

kitten - A statically typed concatenative systems programming language.

LoLa - LoLa is a small programming language meant to be embedded into games.

discussion - Discussion repository for Forth enthusiasts.

Vyxal - A code-golfing language experience that has aspects of traditional programming languages - terse, elegant, readable.

factor - Factor programming language

zigself - An implementation of the Self programming language in Zig