in reply to Re^2: Revisiting the old clichés of programming languages
in thread Revisiting the old clichés of programming languages

Calling Perl optrees "bytecode" stretches the definition of "bytecode".
Yet, it is what man perlhack say happens:
The work of the interpreter has two main stages: compiling the code into the internal representation, or bytecode, and then executing it.
  • Comment on Re^3: Revisiting the old clichés of programming languages