Python is the best and most popular general purpose scripting language; the universal scripting language

Jonathan Daugherty cygnus at cprogrammer.org
Sat Apr 10 18:50:19 EDT 2004


# So, what makes something a "scripting language" as opposed to a 
# "programming language"?

In a general sense I think "programming" languages are compiled and
"scripting" languages are interpreted.  (If you want to go academic,
you could say python is both, but the internals of the interpreter are
irrelavant insofar as one might say it is an interpreted language.)

-- 
    _  ,^.  _    
  ,'/ -' '- \`.  
 / |   \ /   | \   Jonathan Daugherty
|  |   | |   |  |
|   \_,' `._/   |  http://www.cprogrammer.org
|               |
 \             / 
  `.         .'  
    `--._.--'




More information about the Python-list mailing list