Hacker News new | ask | show | jobs
by dekhn 4438 days ago
You are incorrect about compile times in many ways. First- python byte compiles to a weird VM. Then it executes that. Second- go compilation times are comparable to python byte compilation time but the result is a native executable.