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)
Now on ScienceBlogs: Oh, no! School wi-fi is making our kids sick! (2012 edition)
Evolution, Life Sciences, Science Education, Human Evolution, and Stuff
Looking for stuff about birds?
Learn more about Charles Darwin and his work.
Lean more about lions
An archaeological expedition to the Congo
The contents of Greg Laden's Blog are copyrighted by Greg Laden.
Click on "About" for the big picture, and "Archives" for the details.
« 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)
TrackBack URL for this entry: http://scienceblogs.com/mt/pings/65660
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