"Rich Kilmer" <rich / infoether.com> wrote: > I know about the JRuby project, but has anyone looked in to just embedding > the Ruby interpreter in a Java JNI module and giving Ruby access to Java > that way (and conversely giving Java access to Ruby). Has anyone done this > for any language that anyone knows about? I believe there used to be some code that did exactly that, for an old JVM and an old version of Ruby. I could never get it to work, though. Anyone remember more?