What is your favorite scripting language?

(I don't think I can do polls on this site ... but if you click on this picture of a poll, you can go to that site and take the poll)
Evolution, Life Sciences, Science Education, Human Evolution, and Stuff
My name is Greg Laden. You can find out about me here, contact me here, and for all the gory details, have a look at this...
« Behold The Vampire Squid | Main | Blogotechnospherics »
Category: OpenSource • Technology
Posted on: March 2, 2008 8:04 PM, by Greg Laden
What is your favorite scripting language?

(I don't think I can do polls on this site ... but if you click on this picture of a poll, you can go to that site and take the poll)
View the Technorati Link Cosmos for this entry
TrackBack URL for this entry:

Comments
I don't know if I would classify Python as a scripting language per se, even though it's interpreted.
Or perhaps it's just an effect of the current state of interpreted languages that a highly elegant language like python can be considered a scripting language.
No prize for guessing where my vote ended up!
Posted by: Hank | March 3, 2008 3:00 AM
Hank: If you vote for Python then you are voting for Python being thought of as a scripting language.... You have a conundrum.
I think of a scripting language as having two features: 1: It is interpreted and 2: it can script things, i.e., is aware of high level things (windows states, for example) and thus can be used to run other programs. If C (not C+, C#, but C) was interpreted (one could in theory build an interpreter, I suppose) it might not be a scripting language unless you provided a high end library.
Posted by: Greg Laden | March 3, 2008 8:05 AM