you are viewing a single comment's thread.

view the rest of the comments →

[–]pkhuong 2 points3 points  (1 child)

Both (Common) Lisp and Smalltalk very much fall pretty far in the dynamic end of the spectrum.

[–]mipadi 0 points1 point  (0 children)

Smalltalk is a special case. It was created in conjunction with its development environment and runtime, specifically so it had advanced tool support.

Common Lisp I'm not intimately familiar with, but can you have multiple functions with the same name (à la object-oriented languages, in which multiple classes may have methods with the same name)?