Jump to content

Reia (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tarcieri (talk | contribs) at 06:10, 15 November 2008 (Created page with 'Reia is a general-purpose dynamic object-oriented programming language for the [[Erlang (p...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Reia is a general-purpose dynamic object-oriented programming language for the Erlang virtual machine.

Reia supports multiple programming paradigms including including functional, object oriented, imperative and concurrent. Reia uses the actor model for concurrency in a manner that works alongside its object system. It also has a dynamic type system and automatic memory management; it is therefore similar in varying respects to Python, Ruby, and Erlang.

See also