Dart is a new language for the Web created by Google. Its syntax will look very familiar for Java developers. It allows both object-oriented and functional programming and can be used both on the client-side as well as on the server-side in the Dart VM. It comes with a top notch Dart-to-JavaScript compiler, which makes it production ready today. Dart was developed by the same people who were working on HotSpot JVM and V8 – the fastest JavaScript engine.
In this session you’ll learn the syntax of Dart language, and we’ll compare it side-by-side with Java 8. We’ll also go over the Dart ecosystem, and you’ll see an example of Dart to Java communication.