Live data from Hacker News

PyRuby - Some Ruby for your Python

github.com

1–10 of 15 posts

Re: PyRuby - Some Ruby for your Python

#10
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.

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.

[1] https://github.com/steeve/rupy

[2] https://bitbucket.org/raineszm/rubypython

Post reply on HN