From: Jan Arne Petersen Date: 2001-09-19T23:44:21+09:00 Subject: [ruby-talk:21393] Re: [Ann] JRuby - Ruby interpreter in Java Domingo Alvarez Duarte wrote: > That's great and if it's ported to c++ we will have a fuly reentrant > ruby interpreter wich will permit an application having more than one > interpreter with diferent contexts. Also the design of JRuby (no static fields) make it possible to run more than one interpreter in a Java application. Jan Arne Petersen