Re: Scripting vs. Programming language vs. 4GL?

ram+@cs.cmu.edu (Rob MacLachlan)
Mon, 30 Aug 1993 13:25:43 GMT

          From comp.compilers

Related articles
[3 earlier articles]
Re: Scripting vs. Programming language vs. 4GL? damurphy@wc.novell.com (Duane Murphy) (1993-08-25)
Re: Scripting vs. Programming language vs. 4GL? lwall@netlabs.com (1993-08-29)
Re: Scripting vs. Programming language vs. 4GL? TDARCOS@MCIMAIL.COM (Paul Robinson) (1993-08-29)
Re: Scripting vs. Programming language vs. 4GL? julian@feenix.metronet.com (Phillip Julian Eby) (1993-08-31)
Re: Scripting vs. Programming language vs. 4GL? ch+@cs.cmu.edu (1993-08-30)
Re: Scripting vs. Programming language vs. 4GL? prechelt@ira.uka.de (Lutz Prechelt) (1993-08-30)
Re: Scripting vs. Programming language vs. 4GL? ram+@cs.cmu.edu (1993-08-30)
Re: Scripting vs. Programming language vs. 4GL? mcdonald@kestrel.edu (1993-08-31)
Re: Scripting vs. Programming language vs. 4GL? wright@hicomb.hi.com (David Wright) (1993-09-01)
Re: Scripting vs. Programming language vs. 4GL? pardo@cs.washington.edu (1993-09-02)
Re: Scripting vs. Programming language vs. 4GL? joshua@athena.veritas.com (1993-09-07)
Re: Scripting vs. Programming language vs. 4GL? pcg@decb.aber.ac.uk (1993-09-11)
| List of all articles for this month |

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
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.