Hacker News new | ask | show | jobs
by lucian1900 4684 days ago
Go does have one interesting feature: CSP concurrency built in. Even this was predated by Erlang, though.
1 comments

I was really a little bit disappointed to learn that go (touted for it's goroutines) doesn't have actors, i would love to have the erlang style, network aware actor model in a language i belief i could learn easily ;) Without that, i don't see so much noveltly :( All in all i don't see how goroutines can compare to the Erlang model at all (