3 ms·
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. implem
by ruxkor 14y 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/ http://osl.cs.uiuc.edu/parley/
The most important part, i.e. the download section, seems to be down though.