Hacker News new | ask | show | jobs
by Turing_Machine 5821 days ago
"When people speak of concurrency in functional languages, they don't mean that each function executes in its own thread"

Erlang does do that, more or less, although Erlang processes are much lighter weight than what we usually think of as a "process" or "thread".