>>6I've designed several Symta prototypes using Common Lisp and I'll assure you that Python's syntax would have complicated that task orders of magnitude, because of the way it represents linked lists. Moreover, Common Lisp is fast and complies to native code efficiently, compared to Python, where everything goes through a hashtable. The only major practical drawback of Lisp is garbage collection, which greatly increases runtime complexity.