Y
Hacker News
new
|
ask
|
show
|
jobs
by
johnsoft
1689 days ago
If you thought compile times were bad beforeā¦
1 comments
lostmsu
1689 days ago
Then that would be the perfect solution for you! Interpreted Rust has no compilation step, you can jump straight to execution!
link
klodolph
1689 days ago
Python has a compilation step, you can't jump straight to execution in Python.
Interpreted != not compiled.
link
lostmsu
1689 days ago
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.
link