Dart – replacing Javascript
Personally, I find Javascript infuriating: the lack of consistency; its confusion between being a functional language, an object-oriented one, or neither; and the impossible-to-understand treatment of `this` in most contexts, make it a real pain to use. I have recently started a project that required my using it, and even with the help of jQuery … More Dart – replacing Javascript