this post was submitted on 14 Feb 2026
4 points (64.3% liked)

Elixir

735 readers
1 users here now

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] sukhmel@programming.dev 2 points 2 weeks ago (1 children)

I think I saw an article (not based on this study, and I'm not sure based on anything) that claimed a different language to be the same ‘best for AI’

I expect we may see more, and each time we may come up with some explanation of why, of course. Still maybe I should learn Elixir, it sounds decent

[–] revolutionaryvole@lemmy.world 3 points 2 weeks ago (1 children)

Oh it's a great language, I honestly haven't met anyone who started writing Elixir and didn't end up loving it. If you have the time I definitely recommend it.

[–] slesa@social.saarland 3 points 2 weeks ago (1 children)

@revolutionaryvole @sukhmel Yes, loving it. But can't use it in the job 😭

[–] revolutionaryvole@lemmy.world 2 points 2 weeks ago (1 children)

It's still a rare opportunity unfortunately, I count myself as extremely lucky to have used it in a previous job!

[–] eta@feddit.org 1 points 2 weeks ago (1 children)
[–] revolutionaryvole@lemmy.world 2 points 2 weeks ago (2 children)

Our entire backend was Elixir-based.

  • Phoenix webserver providing an API service for our clients
  • ETL pipelines using Broadway to ingest clients' data
  • processing of the data entirely within the BEAM, mostly native Elixir but with some small parts using other languages through NIFs for performance or compatibility reasons

There were a lot more components involved but I don't want to go into too much detail. It was a real joy to work with though, and I'll definitely choose Elixir for any future projects unless there are specific reasons requiring something else.

[–] eta@feddit.org 2 points 2 weeks ago

Thanks for the insight. I've started learning Elixir some months ago and while it is a little difficult to get into for me I can see that once you know the basics it can be very powerful. However I'm not a programmer so I'll probably only use it for hobby projects.

[–] slesa@social.saarland 1 points 2 weeks ago

@revolutionaryvole @eta I want to have the same experiences on every work day 😭