TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PyRuby - Some Ruby for your Python

30 pointsby thiagopntsover 11 years ago

9 comments

steeveover 11 years ago
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:&#x2F;&#x2F;github.com&#x2F;steeve&#x2F;rupy</a><p>[2] <a href="https://bitbucket.org/raineszm/rubypython" rel="nofollow">https:&#x2F;&#x2F;bitbucket.org&#x2F;raineszm&#x2F;rubypython</a>
评论 #6952848 未加载
ryan-thompsonover 11 years ago
I&#x27;m so glad I looked at the source, it forever changed my life.
评论 #6952781 未加载
wyagerover 11 years ago
Wow. Truly a beautiful feat of engineering. This leverages capabilities I didn&#x27;t even know python had.
mrcactu5over 11 years ago
They are both great languages, but how do we benefit by smushing them together?
vezzy-fnordover 11 years ago
I won&#x27;t spoil it, but I will say one thing: this is a marvel of software engineering. Bravo.
hdimaover 11 years ago
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:&#x2F;&#x2F;erlport.org</a>
thearn4over 11 years ago
Slow news day on HN?
DrJosiahover 11 years ago
This is exactly what I was hoping it was.
amrntover 11 years ago
Hahaha!