What's wrong with JavaScript

Posted by ts01 on Programmers See other posts from Programmers or by ts01
Published on 2011-10-14T23:55:27Z Indexed on 2011/11/23 18:03 UTC
Read the original article Hit count: 401

There is a lot of buzz around Dart recently, often questioning Google motivations and utility of Dart as replacement for JavaScript. I was searching for rationale of creating Dart rather than investing more effort in ECMAScript. In well known leaked mail its author is saying that

Javascript has historical baggage that cannot be solved without a clean break.

But there is only one concrete example given (apart of performance concerns) of "fundamental language problems", which is an

existence of a single Number primitive

So, my questions are:

  1. How an existence of a single Number primitive can be a "fundamental problem"?

  2. Are there other known "fundamental problems" in JavaScript?

© Programmers or respective owner

Related posts about programming-languages

Related posts about JavaScript