I understand that Dart has just been released, and while it's not entirely stable (along with the fact that its native code base is relatively small), I was curious to know if, for new developers coming along, if there would be any point at all in skipping JavaScript and going straight to Dart. I, personally, haven't really done much front-end web development beyond Html5/Css3, and am considering skipping JavaScript/JQuery/Ajax, etc, simply because of the fact that Dart appears to be fresh, new, and more advanced.
Despite that, one reason why it might not be the best idea is this post in particular.
Some of the features of JavaScript: - A large amount of frameworks relatively available. - Ease of use, is a simple yet powerful language. - Ajax/Jquery. - Non-proprietary (to my knowledge, despite the fact that NetScape originally developed it, I have no who actually owns the rights to the language, if at all - please edit this if I am wrong). - Prototyping (some might argue that this is good for scripting only
Some of the features of Dart: - Object-oriented, implementing features found in many of Java/C-variant languages. - Super Interfaces. - Message sending/Method invocation. - The ability to switch between dynamic and static typing. - Pointers (yay!)
So, any thoughts here?