A while back we learned about Google's thoughts on Javascript. Well, it seems Google's Dart Language is now live.
Dart is a new class-based programming language for creating structured web applications. Developed with the goals of simplicity, efficiency, and scalability, the Dart language combines powerful new language features with familiar language constructs into a clear, readable syntax.
The full specification (PDF)
A feature I find interesting is that you can add static types:
Dart programmers can optionally add static types to their code. Depending on programmer preference and stage of application development, the code can migrate from a simple, untyped experimental prototype to a complex, modular application with typing. Because types state programmer intent, less documentation is required to explain what is happening in the code, and type-checking tools can be used for debugging.
this will improve reliability and maintainability, I imagine, right?
Recent comments
3 weeks 5 days ago
3 weeks 5 days ago
4 weeks 3 hours ago
4 weeks 3 hours ago
4 weeks 5 days ago
4 weeks 5 days ago
4 weeks 5 days ago
7 weeks 5 days ago
8 weeks 4 days ago
8 weeks 4 days ago