pera
The 2019 Stack Overflow Developer Survey Results Are In
Here are some relevant points:
- 68.2% of the participants who have developed or are interested in Elixir selected Elixir as one of the Most Loved programming languages, making it top #8 in this category. This increased from 62.4% in the 2017 survey.
- Elixir programmers are on average some of the best paid software engineers in the world, reaching the top #5 in the highest salaries category
- Developers who work with Rust, WebAssembly, and Elixir contribute to open source at the highest rates

Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Since we have deprecated our Erlang sections (as we have dedicated Erlang Forums now) let’s add this thread for those who’d like to post ...
New
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a ...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
With AI doing more of the implementation work, I’ve been wondering how much coding I should deliberately keep doing myself.
My main conc...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
stefanchrobot
Stack Overflow Developer Survey 2019 results are in.
Key results:
“loved” = % of developers who are developing with the language or technology and have expressed interest in continuing to develop with it
“dreaded” = % of developers who are developing with the language or technology but have not expressed interest in continuing to do so
The takeaway seems to be that people are really happy with Elixir once they get on board. The opposite seems to be true for Erlang. I’m honestly curious why. I would hope that it’s because people would rather move to Elixir, but that might be just wishful thinking.
Relatively few people want to try out Elixir or Erlang. Is this just a matter of limited popularity or we’re just bad at advertising the strong sides of Elixir?
adolfont
I suppose it is because of Erlang’s syntax.
I wrote a thread on Twitter about the results and Code Beam wrote another thread.
OvermindDL1
Which I actually quite enjoy, more so than Elixir’s syntax actually…
adolfont
"The common thread between the most loved programming languages is that they were all born in the past five to 10 years, with the exception of Microsoft’s C#, which appeared nearly two decades ago, and 29-year-old Python.
It also seems developers have a distaste for older languages, with the top 10 most-dreaded all first appearing over 20 years ago."
https://www.zdnet.com/article/programming-languages-developers-reveal-most-loved-most-loathed-what-pays-best/
mkunikow
mkunikow
" * DevOps specialists and site reliability engineers are among the highest paid, most experienced developers most satisfied with their jobs, and are looking for new jobs at the lowest levels."
Maybe time to change profession …
peerreynders
I think it has more to do with where the centre of gravity of the existing developer population (voting on stack overflow) is. It seems to be around JavaScript, Python, Java, C#, PHP etc.
From there Elixir/Erlang syntax wise, functional and process oriented, without OOP support looks like a pretty weird and unfamiliar place. It takes some time to become competent in your first programming language and when it comes time to branch out people are often not that willing to move too far away from their comfort zone - i.e. they will tend to stay pretty close to that centre of gravity. Learning something as different as SQL can be challenging enough but at least the potential for short term ROI is pretty good on that one.
I seem to recall that at least initially a significant portion of the people interested in Elixir were experienced (long time) developers who have been using mainstream languages and runtimes long enough to be more aware of their limitations and shortcomings. The appearance of Elixir just made it a little bit easier to try Erlang’s process oriented architecture and flavour of functional programming.
Aside: How did WebAssembly even get on that list - it’s a compilation target, not a programming language.
Ninigi
Iirc that is the survey-author’s fault, for putting it as an option for that question.
mythicalprogrammer
Just my observation and opinion but the strongest presence for Elixir is web dev, Phoenix, and that’s a crowded market now at least compare to when I was doing web dev. Unless yall wanna advertise the moon like what NodeJS did back then which was almost at the level of MongoDB promises. I think there is a missed opportunity in term of advertising API restful or graphql I don’t feel like the area is emphasize as much in the community (which is a small community).
As for other things such as embedded system that’s relatively new and aren’t as advertise as well (not a lot of posts hitting hackernews and /r/programming). I think personally it’s great that there are many more area.
Another thing is… I think new languages was a thing back then around Scala time now there are tons of them. Ceylon, Kotlin, etc…, the honey moon is over and there are tons of choices and so little time.
dimitarvp
I kind of agree with the overall point but would also like to point out that making a large-ish RESTful or GraphQL in Elixir comes with challenges that don’t seem solved just yet. Last I worked with Absinthe we’ve had to resort to our own breed of aspect-oriented programming so as not to have huge schema and resolver files.
Not saying that’s the job of the library authors of course. It’s just that I personally feel slightly fearful doing big RESTful / GraphQL projects in Elixir lately. Management and being able to keep things in your head – or in a consistent file/directory structure – becomes a challenge.