[Home]Scripting programming languages/Talk

HomePage | Scripting programming languages | Recent Changes | Preferences

Showing revision 3
"Scripting programming languages are computer programs that are interpreted not compiled."

This is clearly incorrect, in many ways. A programming language is not an interpreted language or a compiled one; programming languages are interpreted or compiled by computer programs. You can compile or interpret C, you can compile or interpret Basic. The issue of whether or not a programming language is a scripting programming language is orthogonal. The real distinction is that a scripting programming language is good for scripting some system. For instance, C is a good language for scripting Unix. So is Perl.

[1 minute later]: Oh, someone beat me to it, while I was writing the above. Cool.


Yeah, I fixed it, but the issues aren't 100% orthogonal, either: Scripting languages are more often interpreted than compiled, and non-scripting languages are more often compiled than interpreted, for the good reason that their syntaxes are designed to make one or the other easier. The text I think reflects this now, but if you can think of a better way to say that, I'd be pleased. --Lee Daniel Crocker


HomePage | Scripting programming languages | Recent Changes | Preferences
This page is read-only | View other revisions | View current revision
Edited September 26, 2001 9:00 am by Lee Daniel Crocker (diff)
Search: