Reia

Updated: 04/26/2017 by Computer Hope
Reia logo

Reia is a general-purpose, object-oriented programming language introduced in 2008. Its syntax is similar to Ruby, and it runs on the Erlang virtual machine. Its primary uses are concurrent and distributed computing, and writing highly fault-tolerant programs. It supports multiple programming paradigms, including declarative, imperative, and functional programming.

Here is an example "Hello, World!" program written in Reia:

"Hello, world!".puts()

Language, Programming terms