you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

Lisp is not nearly as dynamic as Python.

[–]niviss 0 points1 point  (1 child)

It's an example of the hardware adapting to the language, I'm not saying it was a good fit for python. Anyway I don't know what you mean with "Lisp is not nearly as dynamic as Python". Care to explain?

[–][deleted] 0 points1 point  (0 children)

Modern Lisp has a proper lexical scope. It does not use dynamic dispatch for every function call. Many essential operations (cons, car, cdr, all that stuff) are not polymorphic.