R
Roger Pack
I was thinking the other day...wouldn't it be nice to be able to take
advantage of some python capabilities from within Ruby, like psyco, for
example?
i.e.
any "bottleneck" inner loops can be converted to Python, run by an
optimized psyco compiled Python, and come back out to a familiar Ruby
environment.
Does anyone know if such a project exists? Any feedback on the idea
itself?
I'd imagine that most Ruby constructs have their Python equivalent.
Thanks!
-=r
advantage of some python capabilities from within Ruby, like psyco, for
example?
i.e.
any "bottleneck" inner loops can be converted to Python, run by an
optimized psyco compiled Python, and come back out to a familiar Ruby
environment.
Does anyone know if such a project exists? Any feedback on the idea
itself?
I'd imagine that most Ruby constructs have their Python equivalent.
Thanks!
-=r