On 2005-08-03, Mage <[EMAIL PROTECTED]> wrote:

> Isn't jython slower (I mean performance) than java? As well as
> I understand jython code will be interpreted twice.

Jython gets compiled into Java byte code just like Java gets
compiled into Java byte code.  Then whatever platform you're
using either interprets the Java byte code or uses some variant
of JIT compilation into native object code.

-- 
Grant Edwards                   grante             Yow!  HELLO, little boys!
                                  at               Gimme a MINT TULIP!! Let's
                               visi.com            do the BOSSA NOVA!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to