12 comments

[ 2.2 ms ] story [ 40.4 ms ] thread
Elixir is my favourite language. But at the same time the most frustrating one, because it's market share is so small, compared to Ruby. So I enjoy it most in hobby projects - maybe for the better. There's always chance a bad job could ruin it for me.

I know it's popular on HN, but still seems to be under the radar otherwise and it's been like this for years - are there any sites that track Elixir's adoption?

I’ve been impressed with Elixir. At my current gig it’s easily replaced a bunch of java microservices using RabbitMQ as the messaging backbone that struggled to handle the workload. To try and handle the load we kept upping the hardware spec.

I thought that Elixir could do better and created a replacement Elixir monolith. The replacement happily handles the workload while running on my MacBook Pro.

Very interesting and learning video conf. I was planning to learn Phoenix LiveView with Inventory and Sales services as starter project. Now, I dunno if I should use Elixir itself or Phoenix LiveView, someone with useful links or thoughts?
Not sure what you mean? You can't use Phoenix Liveview without using Elixir, just like you can't use Django without using Python and you can't use Rails without using Ruby. Phoenix is a library, Elixir is the language you'll write your Phoenix app in.
Aw, gotcha, I thought Elixir was a framework of ERLANG actually. I have never done or search for it! Thank you for the clarification!
Elixir is a language on the Erlang platform (kinda like Kotlin is to Java). Phoenix is the predominant web framework for Elixir and includes LiveView.