Introduction To Dart (GDG NY Jan 2014 Meetup)

Preview:

DESCRIPTION

'Warm up' event for Dart Flight School with focus on providing the big picture on Dart.

Citation preview

●●

●●

Pac

kage

s

Familiar Concepts

SimplifiedSyntax

Learn the language in an hour..

Be productive in two..

ExtensiveTools

Choose what works best for YOU ..

Flexible usage

Run Dart in stand-alone VM(../bin/dart executable in SDK)

Dart for Servers(dart:io library)

Run Dart natively, efficiently, at client(custom build of Chromium)

Dart for Clients(VM in browser)

$ dart2js main.dart --minify -o main.dart.js

Compile to JavaScript, JS Interop(No FOMO)

Dart for Modern Browsers(today)

Package Manager for Dart (reuse)

$ pub publish //publishes to pub.dartlang.org