Hacker News new | ask | show | jobs
by outlog 2987 days ago
Virding's First Rule of Programming:

Any sufficiently complicated concurrent program in another language contains an ad hoc informally-specified bug-ridden slow implementation of half of Erlang.

https://rvirding.blogspot.com/2008/01/virdings-first-rule-of...

(he is one of the creators of erlang / stars in Erlang the Movie)

1 comments

That's funny, considering that the reason I'm doing concurrent programming in "another language" is due to Erlang's poor performance.
Erlang is not a panacea. It excels as a middle layer, one that orchestrates work. It's not a tool to perform intensive calculations.