Comment 7 for bug 169967

Revision history for this message
MenTaLguY (mental-deactivatedaccount) wrote :

In the long run, I'd prefer to have all of our scripting languages served by the same runtime -- things get too hairy if any one of them tries to do something clever (like conservative collection or threads or something) that ends up conflicting with the others. At the moment, it looks like the JVM is by far the strongest candidate for our common runtime.

On the downside, the JVM currently isn't well-suited to scheme, although I know the work being done by the Da Vinci Machine people will eventually change that.