Hacker News new | ask | show | jobs
by sosodev 2093 days ago
Ractor is "actor-like" and looks a bit like a mix of both Elixir/Erlang and Go.
1 comments

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.