Hacker News new | ask | show | jobs
by undees 5499 days ago
The term "strong" appears overloaded here. A language can be dynamically typed, but still have strong typing (in the sense that the language, whether at compile time or runtime, enforces what operations are allowed on a particular value).
1 comments

This is true. Lisp compiles beautifully if you put the work into making it do so, and this work can be automated with macros.