Slide 22
Slide 22 text
Scalable web app engineering
๏ Dart is built for scale
• Optional type checking - I <3 typed objects
• Single threaded “Isolate” concept for server apps. Web workers for client.
• Objects, Classes, Polymorphism
• Easy async, less messy callbacks
• Many years of programming language research
• High performance VM, Dartium
• Compile straight to JS for cross browser compatibility