in reply to Re^4: A great talk on Perl6
in thread A great talk on Perl6
One of the main problems with such ideas is to underestimate the dynamism of languages like Perl or JS.
Just think of the need to have the whole compiler backend to simulate eval.
Thats why one ends up using a VM with JIT compiler, like V8.
And of course those can be bundled into a stand-alone executable.
So the answer depends on the definition of "binary executable".
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: A great talk on Perl6
by emilbarton (Scribe) on Apr 03, 2014 at 21:22 UTC | |
|
Re^6: A great talk on Perl6
by Anonymous Monk on Apr 03, 2014 at 20:30 UTC | |
|
Re^6: A great talk on Perl6
by emilbarton (Scribe) on Apr 05, 2014 at 06:19 UTC |