Hacker News new | ask | show | jobs
by klodolph 1689 days ago
Python has a compilation step, you can't jump straight to execution in Python.

Interpreted != not compiled.

1 comments

This is irrelevant for the Rust interpreter written in Python. The interpreter will likely already be precompiled into bytecode when you run it on a Rust program.