Monday, May 27, 2013

Dart Is Not the Language You Think It Is

    Seth Ladd has an excellent write-up of Dart: 'When Dart was originally launched, many developers mistook it for some sort of Java clone. In truth, Dart is inspired by a range of languages such as Smalltalk, Strongtalk, Erlang, C#, and JavaScript. Get past the semicolons and curly braces, and you'll see a terse language without ceremony. ... Dart understands that sometimes you just don't feel like appeasing a ceremonial type checker. Dart's inclusion of an optional type system means you can use type annotations when you want, or use dynamic when that's easier. For example, you can explore a new idea without having to first think about type hierarchies. Just experiment and use var for your types. Once the idea is tested and you're comfortable with the design, you can add type annotations.

Read more: Slashdot
QR: Inline image 1