Elixir v1.0.0 released
elixir-lang.org
Elixir v1.0.0 released
1–10 of 56 posts
Re: Elixir v1.0.0 released
#2Re: Elixir v1.0.0 released
#3Re: Elixir v1.0.0 released
#4Re: Elixir v1.0.0 released
#5Wonder why the release announcement came days after it was available through homebrew?
Re: Elixir v1.0.0 released
#6What have you built with Elixir, HN?
I've also talked to several others that are using Elixir for mobile game and Internet of Things back-ends.
Now that I'm more comfortable with the language I'm looking to use it for something more ambitious, such as a messaging layer that's specific to a cluster of application's needs.
Re: Elixir v1.0.0 released
#7It's great to see the core maintainers understand that you need MUCH more than just a compiler, runtime, and std lib to create a truly vibrant ecosystem. The Elixir project includes a standard way to do templating, a powerful and robust shell, a very full-featured unit testing library (not just assert statements), a standard logging system (this is sooo often overlooked), and, to top it all off, a build system that also lets you manage dependencies!
I honestly can't name any other ecosystem where you can just jump in and all these problems are already solved for you by the core project maintainers, instead of by 3rd parties competing for mindshare. It's truly refreshing because it gives the community a common language and toolchain to work with and get stuff done.
Hats off to everyone involved! You guys continue to amaze me.
Re: Elixir v1.0.0 released
#8What have you built with Elixir, HN?
Re: Elixir v1.0.0 released
#9What have you built with Elixir, HN?
https://github.com/phoenixframework/phoenix http://www.confreaks.com/videos/4132-elixirconf2014-rise-of-...
Re: Elixir v1.0.0 released
#10What have you built with Elixir, HN?