Elixir v1.3 released
elixir-lang.org
Elixir v1.3 released
1–10 of 125 posts
Re: Elixir v1.3 released
#2It is slightly better formatted and contains images from the graph commands and ExUnit diff format.
Re: Elixir v1.3 released
#3The proper announcement can also be found on our page: http://elixir-lang.org/blog/2016/06/21/elixir-v1-3-0-release... It is slightly better formatted and contains images from the graph commands and ExUnit diff format.
Re: Elixir v1.3 released
#4Congrats.
Re: Elixir v1.3 released
#5Re: Elixir v1.3 released
#6The proper announcement can also be found on our page: http://elixir-lang.org/blog/2016/06/21/elixir-v1-3-0-release... It is slightly better formatted and contains images from the graph commands and ExUnit diff format.
I recently had to go back to a rails app to do some work and missed some Elixir features already and I've started writing my ruby code in a very elixir way. (well, a functional way).
Re: Elixir v1.3 released
#7Come for concurrency, stay for metaprogramming. :-)
Re: Elixir v1.3 released
#8Looks great. Any clue when this will be up on Homebrew?
Re: Elixir v1.3 released
#9Looks great. Any clue when this will be up on Homebrew?
cd /usr/local/src
git clone https://github.com/elixir-lang/elixir.git
cd elixir
git checkout v1.3.0
make clean test
PREFIX=/usr/local/elixir-1.3.0 make install
And then add /usr/local/elixir-1.3.0/bin to your $PATH.Re: Elixir v1.3 released
#10I found this quote very telling:
> "Elixir is simply the first language since Ruby to really care about code beauty and UX of the language, libraries and ecosystem."
(found here: http://ruby2elixir.github.io/posts/2015/12-29-what-makes-eli... )
(Of course they meant 'Python' instead of 'Ruby' but hey ;-) )