Fork me on GitHub

Reia is a Ruby-like scripting language for the Erlang virtual machine. Reia brings you the best of both worlds between Ruby's friendly syntax, reflection, metaprogramming, and the amazing power of blocks, and Erlang's immense abilities for concurrency, distribution, hot code swapping, and fault tolerance.

Reia's source code is available on Github. There are no releases and thus no direct download links yet, sorry! See the README on Github for instructions on how to build Reia from source.

A Quick Tour

Hi, I'm Kafka the Cat, and I'm here to take you on a quick tour of the Reia programming language.


Built-in Types

Let's look at the core types provided in the Reia language. All of these types have their own special syntax.