I've not seen a response to this, so here's my two cents. > 1) Notable JavaScript based applications
I'd say Google Maps was pretty ground breaking. But by now there are so many large scaled js apps... I guess you can take a look at Xopus :) > 2) Notable and/or interesting features Closures, prototypal chain, functions as objects, async programming. > 3) What is your languages biggest bug, problem, or limitation - Automatic semi-colon insertion. - Variable/function hoisting - Missing meta semantics (for IDE/compiler, hiding them in comments is not what I'd like to see here but is the only way to go for now) - Weak error reporting (not so much a language feature, but something that seems to be problematic for all interpreters). - The constant struggle on how to do classes, even though the (classic) concept isn't really part of the language. - peter _______________________________________________ JSMentors mailing list [email protected] http://jsmentors.com/mailman/listinfo/jsmentors_jsmentors.com List Archive: http://jsmentors.com/pipermail/jsmentors_jsmentors.com/
