Related articles |
---|
Q: Definition of a scripting lang. ariel@ccs.neu.edu (1995-03-04) |
Re: Q: Definition of a scripting lang. macrakis@osf.org (1995-03-10) |
Re: Q: Definition of a scripting lang. eifrig@beanworld.cs.jhu.edu (1995-03-15) |
Re: Q: Definition of a scripting lang. lwall@netlabs.com (1995-03-27) |
Re: Q: Definition of a scripting lang. rpereda@wotangate.sc.ti.com (1995-04-05) |
Re: Q: Definition of a scripting lang. lwall@netlabs.com (1995-04-16) |
Re: Q: Definition of a scripting lang. leichter@zodiac.rutgers.edu (1995-04-18) |
Newsgroups: | comp.compilers |
From: | ariel@ccs.neu.edu (Ariel Lieberman) |
Keywords: | question, comment |
Organization: | College of CS, Northeastern University |
Date: | Sat, 4 Mar 1995 16:08:19 GMT |
Hi,
I'm looking for a definition of a scripting lang. (Perl, REXX, Tcl, etc.)
What are the differences between scripting lang. and "regular"
programming lang. (C, C++, Ada, Smalltalk, etc.)
Thanks,
-Ariel
[A scripting language is one in which people think they're writing scripts, and
a programming language is one in which they think they're writing programs.
You can come up with rules of thumb, e.g. scripting languages tend to be
interpreted, but it's easy to find exceptions to any of them. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.