The proccess to run Java code:
The process to run a Perl code:SOURCE -> PARSER -> BYTECODE -> RUN (AT JVM)
The only difference is that in Java they save the bytecode in a file before run it, and of course, the Java process is much more slow (maybe this is why they really need to save the bytecode).SOURCE -> PARSER -> BYTECODE -> RUN (AT Perl interpreter)
So, Parrot, our VM for Perl 6, has a similar process, but usual for many languages, and yes, it will be for scripting languages over a VM, and we will never call our Perl 6 code as a "compiled" code as the Java folks do. Well, unless we convert the parrot code to binary, what is a real compiled code! ;-P
Graciliano M. P.
"Creativity is the expression of the liberty".
In reply to Re: Perl is the most popular scripting language with OnJava.com readers
by gmpassos
in thread Perl is the most popular scripting language with OnJava.com readers
by perrin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |