[cap-talk] David Wagner's Google techtalk is now up!

David Wagner daw at cs.berkeley.edu
Wed Dec 12 20:15:20 EST 2007


In article <47606B1D.9040702 at echeque.com> you write:
>The compiler is often running on someone else's machine,
>while the interpreter is running on your machine.  This
>seems like a reason for preferring run time typing for
>reasons of security, though it is often unacceptably
>costly in performance.

That depends upon the language.  In Joe-E, you must run the compiler
on your own machine.  Joe-E programs are defined in terms of Java source
code, not JVML bytecodes.


More information about the cap-talk mailing list