Y
Hacker News
new
|
ask
|
show
|
jobs
by
jcelerier
1926 days ago
> One obvious approach would be to emit code that implements a C runtime.
how could you negate the python interpreter startup time though ?
1 comments
thaumasiotes
1926 days ago
Are we talking about compiling or performance? You negate the Python interpreter startup time by changing your implementation of the Python binary, but that isn't relevant to the problem of producing compiler output in the Python language.
link