Hacker News new | ask | show | jobs
by cybersol 2067 days ago
The people who made psycho decided they needed a JIT to really make Python much faster. So they created PyPy and developed it instead.
1 comments

It is my understanding that PyPy often cannot be used due to extension problems. I didn’t think psyco had this problem.