|
|
|
|
|
by eigenspace
598 days ago
|
|
I think you're missing the point. Common Lisp is very dynamic yes, but it was designed in a very careful way to make sure that dynamism does not make an optimizing compiler impossible. That is not the case for Python. Not all dynamism is the same, even if the end result can feel the same. Python has a particularly difficult brand of dynamism to deal with. |
|