in reply to Re^3: Pre-compiled Perl?
in thread Pre-compiled Perl?
That's not up to date:
Since version 8.4, Tcl has featured the ability to automatically translate scripts into bytecode where feasible
It's interesting to note that one of the main arguments why TCL lost against competitors like Perl was the bad performance.
Also what they call "bytecode" here seems to be high level opcode.
That's all not very new stuff, I'm pretty sure many BASIC dialects in the 80s already "tokenized" the source in a "parsing" phase.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Pre-compiled Perl?
by choroba (Cardinal) on Apr 05, 2017 at 12:55 UTC | |
by LanX (Saint) on Apr 05, 2017 at 14:34 UTC | |
Re^5: Pre-compiled Perl?
by Laurent_R (Canon) on Apr 05, 2017 at 06:14 UTC |