Israel Guerra wrote: > Indeed. > I was thinking about the efficiency. > > The question would be: If i will use a JVM, is it worth using an interpreter > running on another interpreter just because i want to program in ruby? > > It's probabily ok for small and non processing demanding apps. > :) Actually, JRuby may be faster than C Ruby. Not sure if that's true for all possible code, but so far I've not noticed any issues. And since I can use any Java lib out there, I've saved myself all sort sorts of work and headaches by avoiding incomplete or non-existent Ruby libs for some tasks. My guess is speed of the underlying mechanisms will not be your problem. -- James Britt "I can see them saying something like 'OMG Three Wizards Awesome'" - billinboston, on reddit.com