PyRuby - Some Ruby for your Python(github.com) |
PyRuby - Some Ruby for your Python(github.com) |
Eventually the main developer resumed development and I merged all my code in his repo, which is still active[2].
Check it out it works pretty well.
Rython [1] purports to run Ruby inside Python, although it hasn't been updated since 2009. Unlike RubyPython it doesn't actually embed a VM. Instead, it looks like it starts up an XML-RPC server on the Ruby side and the Python side acts as a client.