|
|
|
|
|
by tombert
134 days ago
|
|
I feel like Erlang is a functional language that's honest about systems, not just a program. You are almost required to write distributed apps with Erlang, just because it's not weird to spin up thousands of Erlang processes, and you don't have any real way of knowing the order they're going to run so you have to build your applications around async messaging. It makes me a little sad that Erlang/Elixir is kind of the only platform that does this though... |
|