Hacker News new | ask | show | jobs
by nicktorba 1970 days ago
Pony actors look similar to the python ray package actor api.

If anyone from the Pony teams sees this, are actors in Pony conceptually similar to actors created with ray?

1 comments

I'm not familiar with the python ray package. If you are familiar with actors as they exist in erlang and elixir, there's a comparison of those to Pony that might help your understanding.

https://www.youtube.com/watch?v=_0m0_qtfzLs

Thanks!

Turns out an easy google search answered my question as well... this post https://medium.com/distributed-computing-with-ray/ray-for-th... does say that ray uses the actor model, and ray is listed on The Actor Model wikipedia page as an Actor Model library.