Fl4m3Ph03n1x

Fl4m3Ph03n1x

Is Elixir done?

I have seen a podcast and now most recently a video (lonestar 2019) stating that Elixir is done:

What does it mean? Does it mean the core concepts are now completed for v1.0 ?
Does it mean the Elixir team will now go on a (well deserved) vacations and allow another team to take hold?

I have this idea that the community has to pick the direction where Elixir is going next, but everyone in a community wants different things. Some want types, some want more Nerves, others want more processes and others something more Haskell like.

I have trouble understanding what this all mean. Mostly, I fear this means Elixir will stagnate for the rest of year due to a lack of direction and purpose.

Can someone help me understand?

Marked As Solved

josevalim

josevalim

Creator of Elixir

That’s exactly right, the community is responsible for where the Elixir ecosystem is going. And if some prefer to make it more like Haskell and others to focus on Nerves. That’s totally fine.

What we refer as “done” (stable is a better word) is the Elixir language. We are not handing the codebase of the Elixir language to someone else. The goal is exactly to not change the language/core/foundation.

Also Liked

mythicalprogrammer

mythicalprogrammer

I saw in another post they said the language is mostly done and now they’re going to focus on adoption and spreading the words to companies and devs.

This basically is really good news since Erlang is quite a small language too. Coming from Scala having such a huge amount of syntax and keywords. Erlang and Elixir language are refreshing in being small and compact.

asummers

asummers

The idea is that Elixir has all the building blocks necessary to build libraries on top of it. Think of it as stable in the LTS sense or the Clojure sense rather than abandoned. To turn the question around, what features do you think are still missing that cannot be built on top of everything that already exists? Bugfixes and such will obviously still happen, and if something came up that could not be completed externally, they would add them to core. But at this point, I’m not sure what those things are.

gregvaughn

gregvaughn

I saw both talks in person. I take it to mean “there are no breaking features (in the semantic versioning sense) in the plans for Elixir.” Feature enhancements will continue, but things are pretty stable, so build upon this foundation. I worry it is misconstrued.

nolaxpat

nolaxpat

I was in the room for this talk and I don’t think he meant it like you’re interpreting it. He didn’t mean done as in finished, complete, no more work being done on it. He meant stable. In that talk, Bruce emphasized the 1 breaking change since 2014 I believe. That was a call to the enterprise, to those who are change averse out of necessity. Elixir is stable, he was saying, so it’s safe to come join us.

If you couple Bruce’s talk with Jose’s, you get the sense of a language moving very much in the direction of Python and the PSF. That’s a very good thing for Elixir in the long run. Far from being done, it basically means that it’s getting started for real now.

jdumont

jdumont

To be brief… You say “done”, which makes Elixir sound like a project in and of itself, rather than a tool to complete other projects. Maybe it is? I don’t know. Many people have worked exceptionally hard to create a language, ecosystem of libraries/frameworks and a community that together is an outstanding tool.

Concerns over the direction of a language/framework/library, it’s adoption, it’s perception, etc are closely linked to the notion of languages as fashion items. These are matters for those seeking the language-du-jour, rather than a reliable tool with which they can work.

So, regardless of whether more work is done, or what exists will simply continute to exist (does that equate to stagnation?) — I and many others will continue to use Elixir for what it is: the best tool for the work I do.

Where Next?

Popular in Questions Top

Tee
can someone please explain to me how Enum.reduce works with maps
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
mathew4509
I have a list say x = ["23gh", "56kh", "97mh"] I would like to pass each element to Val in each iteration. Say, in iteration 1 -------...
New
chrisalley
ExUnit now has describe blocks which is a welcome addition coming from RSpec. In the docs, it states that nested hierarchies of describe ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
Mooodi
Given a string, how can I get access to its character by index? Enum.at("my_string", 2) doesn't work. Or rather, not char, but a substr...
New

Other popular topics Top

pmjoe
I have a relationship of love and hate with Elixir. Lots of things are just absolutely right, but there are some things that are kind of ...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
KronicDeth
Elixir plugin for JetBrain’s IntelliJ Platform (including Rubymine) This is a plugin that adds support for Elixir to JetBrains IntelliJ...
289 35421 110
New
chrismccord
As promised, the first release candidate of Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure...
New
mgjohns61585
Could someone help me? I'm making my first elixir program, number guessing game. I can't figure out how to convert the user's guess from ...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New
WestKeys
Currently suffering from paralysis by [HTTP client] analysis. This is rather unusual in Elixirland as there tends to be consensus on the ...
New
beno
I will often find my self writing things similar to: case some_value do nil -> something() "" -> something() _ -> someth...
New
Fl4m3Ph03n1x
About me? ( if you have nothing better to do than reading about some random guy in the internet :stuck_out_tongue: ) Hello all, this is ...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New

We're in Beta

About us Mission Statement