|
|
|
|
|
by mironathetin
6856 days ago
|
|
With scripting language I had something like jython in mind. It is indeed another code-layer ontop of java to interpret the scripts. And, not unlike python, its dead slow in some cases. Someone reported about a factor of 100 for java against Ruby. jython is only 50. But this is still so bad that I would not waste my time. |
|
BRL uses Kawa Scheme, so the code is compiled to JVM bytecodes. The result is slower than C implementations of Scheme, but still faster than PHP.