Roger Pack wrote: > 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. Why introduce Python, when on many platforms, you have the ability to use inline C, C++ or assembler? IIRC it works on Cygwin, all *Nix platforms and probably MacOS X as well. > > Thanks! > -=r -- M. Edward (Ed) Borasky, FBG, AB, PTA, PGS, MS, MNLP, NST, ACMC(P), WOM I've never met a happy clam. In fact, most of them were pretty steamed.