Slashdot Mirror


The JavaScript Juggernaut Rolls On

JThaddeus writes "An article in TechWorld Australia summarizes the latest opinions on JavaScript from ThoughtWorks: 'There is no end in sight to the rise of JavaScript... "I think JavaScript has been seen as a serious language for the last two or three years; I think now increasingly we're seeing JavaScript as a platform," said Sam Newman, ThoughtWorks' Global Innovation Lead.' The article touches on new additions to JavaScript tools, techniques, and languages built on JavaScript. As the fuller report (PDF) says, 'The ecosystem around JavaScript as a serious application platform continues to evolve. Many interesting new tools for testing, building, and managing dependencies in both server- and client-side JavaScript applications have emerged recently.'"

2 of 505 comments (clear)

  1. Re:How about a generic scripting engine? by qpqp · · Score: 5, Informative

    Why don't browsers come with a generic scripting engine

    They do, it's called JavaScript.

    LLVM IR? Here you go
    Your other request inverted, compile CIL to JS: jsil.org

  2. Re:jscript by Anonymous Coward · · Score: 5, Informative

    JavaScript is a horrible language because you haven't heard of things like jslint and your team doesn't develop with TDD using one of the numerous testing frameworks that exist for JavaScript?