Y
Hacker News
new
|
ask
|
show
|
jobs
by
karag
2945 days ago
why ruby innovate and not python ?
3 comments
blattimwind
2945 days ago
Cython has/had a mode of operation where it would attempt to compile any module thats imported at runtime, which sound fairly similar to this.
link
_ZeD_
2945 days ago
why not both? and btw, you may look at pypy if you like this kind of innovations
link
geofft
2945 days ago
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).
link
sametmax
2944 days ago
Pyscho, Pypy, pyjion...
link