After a discussion with Arjan Kleene, we decided that it would be fun to see what the Elixir programming languages is like.
brew install elixir
for OSX or sudo apt-get install elixir
on Debian/Ubuntu.
Of course, as Elixir is build on top of the Erlang VM, one of the dependencies
was Erlang which took some time to download and install, being 7460 files and 286MB.elixir -v
-> Elixir 1.0.5IO.puts
in the manual.That (and reading through the manual for a bit) was a fun introduction into the language. Easy to install, easy to understand and fun to use, I can understand why some people are betting on Elixir.