il Fri, 22 Aug 2003 02:38:48 +0900, "Kurt M. Dresner" <kdresner / cs.utexas.edu> ha scritto:: >> IIRC the "interpreter" (AST based) will be dumped. > >I like the interpreter. > >Does this mean we're going to have to run some compiler on our code to >compile it to bytecode? That would be annoying. think it this way: you code in the usual way, cause your code can be interpreted. When you release you compile to bytecode, to get a performance enhancement and (possibly) some code obfuscation..