Reia Programming Language
From Reia
Reia (pronounced RAY-uh) is a Python/Ruby-like scripting language for the Erlang virtual machine (BEAM). Reia aims to expose all the features and functionality of Erlang in a language more familiar to programmers of scripting languages, while improving string handling, regular expressions, linking with external libraries, and other tasks which are generally considered outside the scope of Erlang. Reia is distributed under the MIT License.
If you're interested in trying out Reia, check out Reia on Github and sign up for the mailing list.
Contents |
Getting Started
Background
Language reference
Core language
- Indentation sensitivity
- Data types
- Operators
- Flow control
- Lambdas and blocks
- Pattern matching
- List comprehensions
- Exceptions
- Erlang interfacing

