zigself

An implementation of the Self programming language in Zig (by sin-ack)

Zigself Alternatives

Similar projects and alternatives to zigself

  1. go

    2,197 zigself VS go

    The Go programming language

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. zig

    855 zigself VS zig

    General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

  4. FrameworkBenchmarks

    Source for the TechEmpower Framework Benchmarks project

  5. bun

    350 zigself VS bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  6. gleam

    117 zigself VS gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

  7. lunatic

    86 zigself VS lunatic

    Lunatic is an Erlang-inspired runtime for WebAssembly

  8. mach

    38 zigself VS mach

    zig game engine & graphics toolkit

  9. ergo

    36 zigself VS ergo

    An actor-based Framework with network transparency for creating event-driven architecture in Golang. Inspired by Erlang. Zero dependencies.

  10. letlang

    Functional language with a powerful type system.

  11. preemptible-thread

    Discontinued How to preempt threads in user space

  12. protoactor-go

    Proto Actor - Ultra fast distributed actors for Go, C# and Java/Kotlin

  13. armstrong-distributed-systems

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

  14. zig-gorillas

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

  15. http.zig

    An HTTP/1.1 server for zig

  16. MiniPixel

    A tiny pixel art editor

  17. gale

    Strongly-typed, minimal-ish, stack-based development at storm-force speed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better zigself alternative or higher similarity.

zigself discussion

Log in or Post with

zigself reviews and mentions

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.

Stats

Basic zigself repo stats
2
166
7.4
about 1 month ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com