Remix.run Logo
999900000999 8 hours ago

Elixir is such an elegant language.

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

andruby 5 hours ago | parent | next [-]

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.

dnautics 7 hours ago | parent | prev | next [-]

its been fun building a multiagent personal assistant.

(wip, no guarantees, this is the engine i use)

https://github.com/ityonemo/ce_ce

pluralmonad 7 hours ago | parent | prev | next [-]

Such a delight to use and the core team seems to always make the right decision.

CyberDildonics 3 hours ago | parent | prev | next [-]

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

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

ipnon 2 hours ago | parent [-]

It's a good joke but most of my applications are I/O bound. So I use Elixir for performance.

shevy-java 5 hours ago | parent | prev [-]

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.