I did this project for real back in the day, called Rupy[1] which would run the Python VM in the Ruby VM. It was was a fork of RubyPython, which demonstrated the concept.<p>Eventually the main developer resumed development and I merged all my code in his repo, which is still active[2].<p>Check it out it works pretty well.<p>[1] <a href="https://github.com/steeve/rupy" rel="nofollow">https://github.com/steeve/rupy</a><p>[2] <a href="https://bitbucket.org/raineszm/rubypython" rel="nofollow">https://bitbucket.org/raineszm/rubypython</a>
Not exactly the same idea ;) but my ErlPort [1] project allows to use Erlang as a router between Ruby and Python processes.<p>[1] <a href="http://erlport.org" rel="nofollow">http://erlport.org</a>