[comp.lang.misc] Recent posts on CL and Scheme

gateley@m2.csc.ti.com (John Gateley) (01/09/90)

In the thread on compile-time vs. runtime typing, quite often
people seem to be under the impression that Scheme and Common Lisp
are interpreted, with a few vendors supplying compilers. In fact, this
is quite the opposite of todays world. Almost all vendors supply compilers,
and some provide interpreters (for faster developement time).

Scheme and Common Lisp are NOT traditionally interpreted. 

John
gateley@m2.csc.ti.com