CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2012/06/02 06:24:13
Log message:
import elixir 0.5.0
Elixir is a programming language built on top of the Erlang VM. As
Erlang, it is a functional language built to support distributed,
fault-tolerant, non-stop applications with hot code swapping.
Elixir is also dynamic typed but, differently from Erlang, it is also
homoiconic, allowing meta-programming via macros. Elixir also supports
polymorphism via protocols (similar to Clojure's), dynamic records and
provides a reference mechanism.
Finally, Elixir and Erlang share the same bytecode and data types. This
means you can invoke Erlang code from Elixir (and vice-versa) without
any conversion or performance hit. This allows a developer to mix the
expressiveness of Elixir with the robustness and performance of Erlang.
feedback/ok sthen@
Status:
Vendor Tag: jasper
Release Tags: jasper_20120206
N ports/lang/elixir/distinfo
N ports/lang/elixir/Makefile
N ports/lang/elixir/pkg/PLIST
N ports/lang/elixir/pkg/DESCR
No conflicts created by this import