Comment on Ask HN: What equivalents of Erlang/OTP exist for other languages?Comments−beagle311yNot OTP, but the Erlang message passing model has been available for Python since 2002 or so, in a package called Candygram[0].[0] https://launchpad.net/candygram - main page is on SourceForge which is down at the moment, and should be avoided even when it is up.
Comments
Not OTP, but the Erlang message passing model has been available for Python since 2002 or so, in a package called Candygram[0].
[0] https://launchpad.net/candygram - main page is on SourceForge which is down at the moment, and should be avoided even when it is up.