Name: Anonymous 2012-09-21 12:24
Javascript is surprisingly quirky for such a hyped language. Even Python has less quirks.
this, lack of operator overloading, semicolon insertion, retarded coercion rules, module support not part of the core, etc. also, "portable". yes, with native you have to port to other platforms; with javascript you have to port to different browsers, each with their own subset of javascript and their own vm/jit with its own runtime characteristics and god knows what else. keycodes? have fun!