acton
Actor compiler
A compiled language with actor model and distributed computing capabilities, designed for building scalable and fault-tolerant systems.
The Acton Programming Language
80 stars
5 watching
7 forks
Language: C
last commit: 7 days ago
Linked from 1 awesome list
actor-modelcompilerdistributed-computinghacktoberfestlanguageprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
adeptlanguage/adept | A low-level programming language with a focus on simplicity and performance | 123 |
gloryofrobots/arza | An experimental functional programming language with multiple dispatch and actor model. | 5 |
mrsmith33/vox | A compiler for a scripting language with features like AOT and JIT compilation, inspired by D, Jai, and Zig. | 344 |
barn-lang/barn | A simple programming language written in C that is compiled to C. | 54 |
vladopajic/go-actor | A Go library for writing concurrent programs using the Actor model. | 155 |
jserv/amacc | A compiler for the Arm architecture that compiles a subset of C to generate executables and supports just-in-time execution. | 1,015 |
dbmcclain/lisp-actors | An implementation of Hewitt's Actor system in Common Lisp, enabling thread-agnostic message passing and state changes. | 69 |
hopac/hopac | A concurrent programming library for F# that uses an actor-based model. | 524 |
valelang/vale | A compiler for a programming language designed to be fast, memory-safe, and easy to use | 1,787 |
ren-lang/compiler | A compiler and package providing an interface to the Ren programming language, enabling development of tools and utilities around it. | 102 |
l1mey112/crepl | A compiler and interpreter for executing C code on the fly as it is typed. | 30 |
rsms/wlang | Develops an assembler and compiler for a programming language | 47 |
zkat/memento-mori | A Common Lisp library for building robust actor-based systems by embracing failure and promoting limited damage recovery. | 32 |
c2lang/c2compiler | A C compiler written in the C2 language itself. | 704 |
adam-mcdaniel/oakc | A portable programming language with a compact intermediate representation for efficient execution on various platforms. | 732 |