lazer icon indicating copy to clipboard operation
lazer copied to clipboard

A programming language focused on concurrency and low memory usage

Lazer License: MIT

Imagine Elixir, but over-engineered and focused on memory usage. It should be safe to say that this is more of a research project than a solution to a practical problem therefore it should not be used in production. Heavily inspired by Erlang BEAM as well as Ponylang.

(makeshift) Compiling

mkdir build
cd build
cmake -GNinja ..
ninja