Hacker News new | ask | show | jobs
by daleharvey 4855 days ago
Not necessarily because it is functional, but Erlang makes this vastly easier.

I find the "oh you changed tiny piece of logic, you should totally have to refactor every line of code that follows it" very strange. It obviously sucks, there are far better ways to handle it and they are slowly making it into the language.

1 comments

Erlang makes it easier because it enforces no shared state between actors, and each actor has it's own independent thread of control.