Myths About Lisp
Myth: Lisp is interpreted
- Truth: Normally, you compile your code
Myth: Lisp is slow
- Truth: If compiled, it’s as fast as the underlying machine
Myth: Lisp is big
- Truth: It may be big for a one-line Hello, World application, but
- It is not big for real applications, especially compared to Java.