|
|
|
|
|
by pdimitar
2347 days ago
|
|
Even coding in Erlang/Elixir (inside the BEAM VM in general) where parallelism/concurrency is a 99% solved problem and works as you expect, people still manage to fuck it up with trying their damnest to invent mutable data structures, or inadvertently make 1000 tasks wait on one green thread (when they absolutely shouldn't and there are much better solutions). It's quite comical and sad to watch at the same time. I agree with the article's title: we really need a new breed of programmers. |
|