Hacker News new | ask | show | jobs
by ninepoints 892 days ago
Erlang
3 comments

> of comparable popularity
It was more popular than go in 2009
Erlang's processes might have similar semantics to Go's goroutines (green threads) but Erlang is a much simpler language, because it doesn't have shared state.

A lot of work went into optimizing Go's GC to be able to cope with concurrency.

Erlang is not a popular language.