Hacker News new | ask | show | jobs
by nesarkvechnep 2096 days ago
Isn't Ractor based on the Actor model and not CSP?
1 comments

Ractor is "actor-like" and looks a bit like a mix of both Elixir/Erlang and Go.
Indeed, anyone who has used actors IRL projects it goes well beyond just isolation and message passing. That’s just the foundation which higher abstractions are built, which is why it’s still comparable to Go/CSP at this level.