gale VS zigself

Compare gale vs zigself and see what are their differences.

gale

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

zigself

An implementation of the Self programming language in Zig (by sin-ack)
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 zigself
1 2
12 143
- -
6.1 8.4
9 months ago about 2 months ago
Zig Zig
BSD Zero Clause License 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.

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)

zigself

Posts with mentions or reviews of zigself. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.
  • 0.11.0 Release Notes
    12 projects | news.ycombinator.com | 3 Aug 2023
    I don't know about "daily" right now (I've had to take a break due to obligations), but I'm working on a modern implementation of the Self programming language with actor capabilities: https://github.com/sin-ack/zigself

    It's nowhere near usable yet, but Zig has been a joy to work with for over a year, and I can definitely see myself using it for a big piece of software.

  • Erlang's not about lightweight processes and message passing
    9 projects | news.ycombinator.com | 27 Jan 2023
    > Creating a language with the feel of a lisp, the environment of Smalltalk, and the concurrency of Erlang has been my dream for a long time.

    I'm trying to eventually accomplish something like this: https://github.com/sin-ack/zigself

    It's an implementation of the Self programming language in Zig, with an actor model inspired by Erlang.

    The main thing to realize is that Lisp and Smalltalk are very much symmetrical in terms of structure. There is no real distinction between the two other than syntax and basic computation unit (closures vs. objects). And even closures can be used as objects and vice versa.

    That only leaves the concurrency model. I have a basic implementation of actors using objects as the "context". It still has a long way to go to reach the supervisor tree model of Erlang, but interestingly enough, the ideas in the article are reflected here heavily; behaviorism is at the core of Self.

What are some alternatives?

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

bog - Small, strongly typed, embeddable language.

zeroman

mstoical - MStoical - a Forth like language, but better

zig-gorillas - A clone of the classic QBasic Gorillas written in the Zig programming language

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++.

armstrong-distributed-systems - Notes on how we potentially could build reliable, scalable and maintainable computer systems.

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

MiniPixel - A tiny pixel art editor

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

letlang - Functional language with a powerful type system.

discussion - Discussion repository for Forth enthusiasts.

http.zig - An HTTP/1.1 server for zig