Newsgroups: | comp.compilers |
From: | ram+@cs.cmu.edu (Rob MacLachlan) |
Keywords: | interpreter, Lisp |
Organization: | School of Computer Science, Carnegie Mellon |
References: | 93-08-096 93-08-099 |
Date: | Mon, 30 Aug 1993 13:25:43 GMT |
Lutz Prechelt <prechelt@ira.uka.de> wrote:
>And the borderlines are also not sharp:
>Think of Common Lisp which nobody would call a scripting languages,
>although it is at most partially compiled.
Forgive me if a flame a bit, but Lisp in general, and Common Lisp and
particular almost invariably have a compiler and the compiler is used
by most programmers. Lisp has had compilers longer than C has been a
language. It is true that Lisp implementations usually do have an
interpreter, and this interpreter is also used by most programmers for
some purposes. However, Lisp progams are "at most" entirely compiled,
and are in fact usually entirely compiled.
Rob
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.