Y
Hacker News
new
|
ask
|
show
|
jobs
by
knv
4721 days ago
Is Akka supposed to do what OTP is doing for Erlang?
1 comments
yummyfajitas
4721 days ago
Near as I can tell, Akka is supposed to be Erlang for Java/Scala. OTP would be a layer on top of Akka.
link
jerf
4721 days ago
It looks like they've got OTP-like functionality:
http://doc.akka.io/docs/akka/2.2.0/scala/fault-tolerance.htm...
link
no7hing
4721 days ago
As far as I can tell Akka is the same thing to Scala/JVM as OTP is to Erlang/BEAM.
link
knv
4721 days ago
Well I always thought that Scala itself is supposed to be the Erlang for jvm.
link