For the latest Dart news, visit our new blog at https://medium.com/dartlang .
Posted by Seth Ladd
I woke up this morning and found lots of great news from around the Dart community.
I woke up this morning and found lots of great news from around the Dart community.
- Chris Buckett presented Dart to London Ajax User Group. Chris released the slides and there is a video available.
- Lars Bak and Kasper Lund, co-creators of Dart, talk about V8 and Dart in JavaScript Jabber podcast. Learn about the history of V8 and Dart, and why Dart has curly braces. :)
- Chris Strom continues his chain of Dart blog posts to support his Dart for Hipsters books. His latest posts focus on Dart with Web sockets.
- Adam Smith tries out the new dart:isolate code and posts his isolate experiment. Check out his example of Isolates to power a merge sort.
- Vadim Tsushko released a MongoDB driver for Dart, including a small sample.
- Seth Ladd (me :) posted about using Futures for better async code. </shameless plug>
- Seth also started LawnDart, an interface for HTML5 offline storage, wrapping Local Storage and IndexedDB. </shameless plug>
- Mads Ager, engineer on the Dart team, wrote an article on using the new IO libraries in your Dart server.
- The Dart port of PureMVC Framework gets cleaned up docs.
- Watch Gilad Bracha present a Quick Tour of Dart from InfoQ's QCon SF 2011.
- Dzenan Ridjanovic continues his work on his port of MagicBoxes to Dart. MagicBoxes is a software modeler in the browser.
- Robert Silverton continues his work on Three.dart, the three.js port to Dart.
- Robert Silverton also creates beautiful ribbons with HTML5 Canvas and Dart.
- David Wurfel ports Conway's Game of Life to Dart.
It's easy to get started with Dart, download the Dart Editor (which includes the SDK and a build of Chromium with an embedded Dart VM). Have fun and let us know your thoughts.