Hacker News new | ask | show | jobs
by ruxkor 5139 days ago
Apparently this was already done for python a few years ago:

I just discovered a very similar, albeit older project that essentially does the same (i.e. implementing the actor model on top of threads, greenlets or stacklets)

http://osl.cs.uiuc.edu/parley/

The most important part, i.e. the download section, seems to be down though.