41 comments

[ 3.8 ms ] story [ 215 ms ] thread
Looks pretty good, I like that they are highlighting the potential uses for elixir.
This is great! Now waiting for the forum UI update too! :)

Hoping Elixir continues to thrive. It is such a great language (and such a great language for AI coding too!)

Elixir is great.

OT: I wish more funding & development effort went into BEAM itself on making it more performant.

Note: I’m not talking concurrency. I’m talking pure raw performance.

Seems like it’s been a one person show for over a decade on making it faster.

Nice! The showcase of companies is really nice
To me, it seems one of the killer use cases for Elixir (/Erlang) is its distributed cluster capability. Does anyone have experience with that or case reports to share? I've used Elixir quite a bit professionally, but mostly as just a "nicer Rails" with horizontally scalable but otherwise independent Phoenix apps in your traditional Kubernetes setup, which seems to me to kind of missing out on its main purpose.
Site doesn't work for me (older Firefox). Looks like there's no CSS and some Javascript error (probably makes it bail out loading the CSS?)
It also does not load if Javascript is blocked.
No mention of AI and LLM in the front page. Life is good.
Thankfully you were here to make sure we didn’t forget about it for even one post
I guess it is still legal?
I guess elixir is a nice lang for the niche of erlang. But its dynamic (the "type system" is really meh at best) its not suited for real world use.

If i go full dynamic, why not use pure erlang instead?

> not suited for real world use.

I hope you don't use discord or rely on pagerduty.

There’s no obvious way to switch to normal (aka “light”) mode. Dark mode is very difficult for some people (me included) to read.

If you must default to dark mode that’s your choice but I’d love to see a light mode toggle somewhere prominent.

Ideally websites just respect the existing media queries so you don't even have to switch!
I appreciate Elixir but the problem is the job market/talent pool is tiny compared to other existing languages.

If you buy into the Elixir stack then you now have constraint you could've avoided entirely by avoiding it.

Also for devs there seems to be no premium offered for this talent pool scarcity. With LLMs I think language-specialists are redundant in a large scheme of things. ex) at one of my current remote jobs, I shipped an entire telecom infrastructure with barely knowing Elixir and we brought on contractors to audit the code and they found no issues.

i hired a biologist (for my pharma startup) and she produced feature ideas for our internal stack and was guiding claude to write idiomatic code with feedback from my reviews with no coding experience. realistically if you want to start an elixir company today you need one consciencious senior that likes code review and any number of juniors with minimal competency and sufficient curiosity.
If you vibe coded an entire telecom infrastructure and an external audit found no issues then it sounds like you might need to find better auditors.
Elixir is such an elegant language.

I'm hoping to find a reason to use it soon.

Reading the Erlang ProgProgrammers book by Joe Armstrong made me a better Ruby programmer as it changed my perspective on functional programming and abstractions.

I first reached for Elixir when Ruby couldn't handle large amounts of websocket messages. It really shines in high-concurrency contexts. I also love Phoenix LiveView and have a couple of side-projects running on it.

I think most will agree that it improved on Erlang.

For me as a long-term ruby user, though, elixir is not quite as elegant as it could or should have been. Even simple things such as "defmodule Xyz do" feels weird to me.

I'm hoping to find a reason to use it soon.

Do you have a program that doesn't need to run fast?

José Valim & team have made such an incredible language and ecosystem. thank you for all the faithful work, especially the run up to 1.20 over this past year
I heard from a fan of Erlang that Elixir was made by people who don't really understand Erlang who reworked it/BEAM to be in the style of Ruby; that made it popular even though it's an abomination. What do you think?
On the first syntax example: there’s something funny to me about using three pipe operator and four different functions to turn “hello world” into “Hello World”.
Love the new site!

Minor typo in the Erlang card:

“Elixir also excels at IoT, distributed systems, and everything the Erlang is renowned for”

should probably be “everything the Erlang VM is known for” or “everything Erlang is known for.”

I think this version is an improvement over the old one! In particular how it highlights the packages in the ecosystem better.
Looks nice. But it would be more important to clean up elixir itself. So many things are unnecessary syntax-wise. At the least elixir made working with erlang easier, so they solved that part.
I don't really have large monitors by today's standards, and the site looks nice enough but fully half of what I'm looking at is blank space. I don't remember what the old site looked like so don't know if that's really a change.
Didn't see the old one, so don't know whats changed.

But it's blazing fast which is good to see.

Thanks crew, looks great.

Love how dedicated you all are to providing clear entrypoints and being thoughtful around documentation!