What have you built with Elixir, HN?
Elixir v1.0.0 released
11–20 of 56 posts
Re: Elixir v1.0.0 released
#12I'm constantly impressed by the level of execution of the Elixir project. In ~3 years they have accomplished much more than many other language ecosystems have to date. It'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…
Re: Elixir v1.0.0 released
#13Re: Elixir v1.0.0 released
#14Re: Elixir v1.0.0 released
#15What have you built with Elixir, HN?
Re: Elixir v1.0.0 released
#16I'm constantly impressed by the level of execution of the Elixir project. In ~3 years they have accomplished much more than many other language ecosystems have to date. It'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…
Re: Elixir v1.0.0 released
#17Re: Elixir v1.0.0 released
#18What have you built with Elixir, HN?
Re: Elixir v1.0.0 released
#19- It's a language that sits on top of another language's bytecode (Erlang vs JVM)
- It has its own task runner and dependency manager (mix vs lein)
- It has homoiconicity and macros!
- One of its main features is amazing concurrency support.
But Elixir has been in development for a much shorter time than Clojure. Yet it's approaching the same level of maturity of Clojure very quickly.
I'm eager to see where is Elixir is adopted. I hope to see it gain some traction in the web development world.
Re: Elixir v1.0.0 released
#20What have you built with Elixir, HN?