Posted by speckx 5 days ago
80% of the cost is maintenance, and all software dies so there will always be work to do.
Can you elaborate?
One was submitted earlier. The other reached the front page earlier.
It was.
This is true, but the implementation is constrained by the specification. Python is not just dynamic, but in many cases over-specified. If you read e.g. the Common Lisp specification, you will find that things are under-specified in places that leave a lot of low-hanging fruit for an optimizing implementation.
Scheme (particularly prior to R6RS) is so lightly specified as to allow a lot of variation in implementation strategies, even more so than Common Lisp.