Comments on: Actor Model Explained https://finematics.com/actor-model-explained/?utm_source=rss&utm_medium=rss&utm_campaign=actor-model-explained&utm_source=rss&utm_medium=rss&utm_campaign=actor-model-explained decentralized finance education Mon, 15 Jul 2019 16:42:43 +0000 hourly 1 https://wordpress.org/?v=5.8.1 By: drew https://finematics.com/actor-model-explained/#comment-71 Mon, 15 Jul 2019 16:42:43 +0000 https://finematics.com/?p=323#comment-71 > The best-known implementations of the Actor Model are Akka (Scala and Java) and Elixir (Erlang).

The phrasing is a bit odd i think. I dont think Elixir isn’t an implementation of Erlang. From the Elixir site:

> Elixir leverages the Erlang VM,

I belive the Erlang VM is called the BEAM.

> BEAM is the virtual machine at the core of the Erlang Open Telecom Platform (OTP).[1] BEAM is part of the Erlang Run-Time System (ERTS), which compiles Erlang and Elixir source code into bytecode, which is then executed on the BEAM.[2][3] BEAM bytecode files have the .beam file extension.[4]

So it would be better to maybe say Elixer and Erlang (BEAM).

]]>
By: renghen pajanilingum https://finematics.com/actor-model-explained/#comment-47 Fri, 17 Aug 2018 07:13:14 +0000 https://finematics.com/?p=323#comment-47 I think you forgot about erlang, and may be should have explain that actors are most about systems.

And also make the reader aware that actors is also very low level form of concurrency.

my 2 cents

keep up the good work 🙂

]]>