|
|
|
|
|
by aleksv
1825 days ago
|
|
Oh yea, to me Lisp looks like Python, that's far from C, and usually it's a "interpreted" language, far from machine. Java and PHP is an example of interpreted language that's close to C, you can easily switch your mind from Java/PHP to "big boys" C/C++ if needed, and back. C/C++ is best paid "for hire" language, for a reason. |
|
the currently most popular Common Lisp implementation is based around an optimizing native code compiler. That compiler has its roots in the early 80s.
See http://sbcl.org .
It's far from being 'interpreted'.