Hacker News new | ask | show | jobs
by pertymcpert 3438 days ago
WTF. How do you turn a problem which cannot be reduced into parallel sub-components into an Erlang program then? Are there just a huge class of computations that cannot be done with Erlang? Of course not.
1 comments

Of course you can implement an inherently serial algorithm in Erlang. It just won't run N times faster on N cores.