in reply to Re: {Perl6} Macros and native compilation
in thread {Perl6} Macros and native compilation
Even if you do natively compile, you need the compiler/VM there anyway, to handle the evals, so why not just keep the bulk of the code as Parrot
Because going all the way down to native code can give you a fair speed increase. You can get a very impressive turn of speed out of modern Lisp compilers.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: {Perl6} Macros and native compilation
by chip (Curate) on Apr 11, 2005 at 14:30 UTC | |
by adrianh (Chancellor) on Apr 11, 2005 at 15:24 UTC |