Hacker News new | ask | show | jobs
by revelation 4860 days ago
Looking at CPython and the bytecode it uses, it's not very hard to see why it would be slow. It's basically designed as a reference implementation, with only very tame optimizations.