From: Jaypee Date: 2008-02-25T21:10:03+09:00 Subject: Re: Java interpreter for ruby? Paul McMahon a 辿crit : > How about using JRuby to run ruby on Java? > JRuby can also be used as a glue to assemble Java objects. For example, it is possible to parse a ruby String containing some xml, using JDOM and SAXBuilder. But some special attention must be paid to constructing Java arrays from ruby. J-P