On 6 Feb 2002 08:27:48 -0500, Warp <war### [at] tagpovrayorg> wrote:
> Nope, it's nothing new. Many scripting languages use this technique for
> speed. The most notorious one is Perl, which runs its scripts by first
> byte-compiling them on the fly to memory and then interpreting this bytecode.
> This is why Perl is so fast (as an interpreted scripting language).
I don't know Perl but what I understad from your answer Perl compiles whole
script. What I asked is: is there any other language which compile one
parametrized expresion to use in next expression within the same interpreted
script?
ABX
Post a reply to this message
|