How does a "script" differ from a "program" or "subroutine"?

Porky Pig Jr porky_pig_jr at my-deja.com
Tue Aug 24 02:47:12 EDT 2004


Phil Frost <indigo at bitglue.com> wrote in message news:<mailman.2253.1093310132.5135.python-list at python.org>...

> A script is just a program, but has the implication that it's a simple
> program for a simple task.
> 

I think the major implication is not that it's simple but it's written
in some 'interpreted' (rather than compiled) language. so we say
Python or Perl or Bash script, but not 'C script'. Look at the job
openings: you'll often see something like this: 'knowledge of
scripting languages (such as Perl and/or Python)'.



More information about the Python-list mailing list