Hacker News new | ask | show | jobs
by phoe-krk 3022 days ago
Common Lisp has strong dynamic typing. Dynamic, because language runtime maintains type information; strong, because each object has its type and cannot be treated as an instance of another type.
1 comments

True, but he was asking about static typing.