summaryrefslogtreecommitdiffstats
path: root/development/elixir/README
diff options
context:
space:
mode:
author Ryan S. Northrup2016-12-05 00:03:09 +0100
committer David Spencer2016-12-10 01:57:38 +0100
commit735c32f78c5eb186f7e91d09b54699660677fed9 (patch)
tree5169a143f74be974dca4c7e2471f4ce6fa43ddb2 /development/elixir/README
parent2514a1d9355b8465cbcbd0f2ccea0633bff9fc49 (diff)
downloadslackbuilds-735c32f78c5eb186f7e91d09b54699660677fed9.tar.gz
development/elixir: Added (programming language).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/elixir/README')
-rw-r--r--development/elixir/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/development/elixir/README b/development/elixir/README
new file mode 100644
index 0000000000..08730b38c5
--- /dev/null
+++ b/development/elixir/README
@@ -0,0 +1,6 @@
+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.