Has anything actually worth using and still in use today ever been made entirely in Lisp?
Name:
Anonymous2007-09-12 10:01 ID:6BBztOu3
Nope! SBCL is just a Lisp interpreter and compiler; it's written in C.
I was referring to this incorrect assertion. There is no 'interpreter' per se and the compiler is written in Lisp and generates native code. The runtime has C components.