Hacker News new | ask | show | jobs
by notnoop 5907 days ago
Scala has pretty nice concurrent programming support with its actors, which can even run distributed across machines: http://akkasource.org/ . Scala actors are modeled after Erlang.