(no title)
Name_Chawps | 2 years ago
I write concurrent code without much extra effort compared to non-concurrent code. Elixir makes it easy.
Name_Chawps | 2 years ago
I write concurrent code without much extra effort compared to non-concurrent code. Elixir makes it easy.
eropple|2 years ago
Elixir/BEAM do have some benefits that are worth considering for many projects. But they absolutely are not special in this regard, and that's the junior-developer trap about which the person to whom you replied was referring.
OkayPhysicist|2 years ago
Is it possible to get to the same result? Yes. It is not, however, anywhere in Elixir's ballpark of "easily". Do not discount the power of language-level, not just support, but encouragement. Especially when you're working with junior devs, if "the right thing" and "the thing the language wants you to write" are not in alignment, everything is much, much harder. Erlang and Elixir actively encourage easily parallelized code. Java activity encourages tangles of objects.
Volundr|2 years ago
collaborative|2 years ago