a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: dynamic, functional language on top of the Erlang VM
Elixir is a dynamic, functional language designed for building scalable and
maintainable applications.
.
Elixir leverages the Erlang VM, known for running low-latency, distributed and
fault-tolerant systems, while also being successfully used in web development
and the embedded software domain.
Description: functional meta-programming aware language
Elixir is a functional meta-programming aware language intended primarily for
developing distributed, fault-tolerant and scalable systems. Elixir source
code is compiled to bytecode for the Erlang Virtual Machine (EVM), and can use
Erlang libraries transparently.
--- 231730 Thu Jan 1 00:00:00 1970
+++ 234713 Thu Jan 1 00:00:00 1970
@@ -1,7 +1,5 @@
-dynamic, functional language on top of the Erlang VM
+functional meta-programming aware language
- Elixir is a dynamic, functional language designed for building scalable and
+ Elixir is a functional meta-programming aware language intended primarily for
- maintainable applications.
+ developing distributed, fault-tolerant and scalable systems. Elixir source
- .
+ code is compiled to bytecode for the Erlang Virtual Machine (EVM), and can use
- Elixir leverages the Erlang VM, known for running low-latency, distributed and
+ Erlang libraries transparently.
- fault-tolerant systems, while also being successfully used in web development
- and the embedded software domain.