7 ms·
Is Akka supposed to do what OTP is doing for Erlang?
by knv 13y ago
Is Akka supposed to do what OTP is doing for Erlang?
- yummyfajitas 13y agoNear as I can tell, Akka is supposed to be Erlang for Java/Scala. OTP would be a layer on top of Akka.
- no7hing 13y agoAs far as I can tell Akka is the same thing to Scala/JVM as OTP is to Erlang/BEAM.
- jerf 13y agoIt looks like they've got OTP-like functionality: http://doc.akka.io/docs/akka/2.2.0/scala/fault-tolerance.html http://doc.akka.io/docs/akka/2.2.0/scala/fault-tolerance.htm...
- knv 13y agoWell I always thought that Scala itself is supposed to be the Erlang for jvm.