On 07/03/17 10:54, Brandon Allbery wrote:> Perl compiles to an internal AST, as does Python --- but there are > "compilers" for both, at various levels [...]
more precisely, python code compiles down to bytecode rather than sticking around at an AST level.