Wow! I am so grateful to Google® for bringing us so many great products such as Go™ and now Dart™! Making cool trendy web apps has never been so convenient!
>Everything you can place in a variable is an object, and every object is an instance of a class. Even numbers, functions, and null are objects. All objects inherit from the Object class.
>Uninitialized variables have an initial value of null. Even variables with numeric types are initially null, because numbers are objects.
Now that's what I call innovation! OOP is the hottest shit around, and null pointer exceptions are the bee's knees!
>Remember, unlike JavaScript, Dart treats all values other than true as false.
Marvelous! Programs silently doing the wrong thing instead of failing is exactly what we need. Fuck types.
>switch-case that breaks by default (except when the case body is empty :^)), but you still have to put that break keyword anyway or else it's an error
Fellow Googlers™ will feel right at home with these cargo-cult Cfantastic features, I'm sure.