Hacker News new | ask | show | jobs
by throwaway286 2252 days ago
>Elixir is one of those languages where everything has been done perfectly as of the time of this comment.

Including GenServers? I find writing GenServers to be needlessly painful. Their syntax is one of my least favorite things about Elixir.

1 comments

Why is that? The GenServer API very similar to Erlang version.

You can add your own abstractions with macros on top of that if you like.