Linked by Amjith Ramanujam on Thu 31st Jul 2008 16:02 UTC, submitted by Francis Lopez
General Development JavaScript creator and current CTO of Mozilla Corporation Brendan Eich provides a detailed history of JavaScript, including some of the more interesting programs written with JavaScript, right up to how JavaScript has been essential to the Ajax or Web 2.0 revolution. Eich started work on JS in 1995 and says he's been surprised by how popular it has been: "I was resigned for a long time to JS being unpopular due to those annoying popups, but more: due to its unconventional combination of functional and prototype-based object programming traditions." And with multicore/massively-parallel computers upon us, Eich talks about the future of JavaScript: "JS has its role to play in addressing the multicore world, starting with relatively simple extensions such as Google Gears' worker pools -- "shared nothing" background threads with which browser JS communicates by sending and receiving messages."
Permalink for comment 325199
To read all comments associated with this story, please click here.
RE: Gets a bad rep
by StephenBeDoper on Thu 31st Jul 2008 22:22 UTC in reply to "Gets a bad rep"
StephenBeDoper
Member since:
2005-07-06

I also think that it doesn't help that Javascript is often used for tasks that are better-suited to server-side scripting languages. If I just need to run a search-replace on a text string, or truncate a string to a specific number of characters, I'll use Javascript (of course, if users need to be able to dynamically expand/collapse the truncated string without a page reload, then I'll use JS).

Reply Parent Bookmark Score: 2