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)
More like this
Trump went into the GOP debate last night with a roughly 20% poll standing. Everyone will tell you to ignore polls early in this race, they never predict the outcome of a primary or a general election. That, however, is a non sequitur.
Here is a nice article about Elizabeth Edwards and her new book and here is a nice interview with her.
Earlier, I reported a poll indicating that "one third of British Teachers" support teaching creationism in the classroom. I thought this was vaguely interesting, which is why I mentioned it briefly on this blog, but I put the idea of pursuing this off for a later time.
Boyda poll shows dead heat with Ryun:
During a news conference, Boyda, of Topeka, said her underdog campaign remains a dead heat.
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!
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.