Hacker News new | ask | show | jobs
by _ZeD_ 2945 days ago
why not both? and btw, you may look at pypy if you like this kind of innovations
1 comments

In fact, one of the oldest JITted Ruby implementations is Topaz, which was built on top of PyPy (i.e., it's a Python program that uses the PyPy infrastructure to parse/JIT/run Ruby instead of Python).