|
|
|
|
|
by dragonwriter
414 days ago
|
|
> Why is it not routine to "compile" Python? Where’s the AOT compiler that handles the whole Python language? It’s not routine because its not even an option, and people who are concerned either use the tools that let them compile a subset of Python within a larger, otherwise-interpreted program, or use a different language. |
|