Hacker News new | ask | show | jobs
by abdulhaq 652 days ago
What about psyco? Anyway it's a very odd take that the early development of python should have been concerned with a jit. There were many far more pressing issues at the time.
1 comments

Python exists for 33 years....
Yes and I've been using it for a lot of that time. Maybe you too. At the time tools like psyco were useful but never got enough traction to persuade core developers that it was a compelling direction. It never felt like an obviously wrong decision.
I only use it as Perl alternative for UNIX scripts, nothing else, unless forced otherwise.

There are enough alternatives with the same dynamism and native code generation.