Dart Flight School

Created: Thu, 20 Feb 2014 00:00:00 GMT

Time to read: 1 minute

This evening, I attended the Dart Flight School at the Google Fiber Space in Kansas City. Dart Flight School is a global event occurring throughout February.

I treated this event as an introduction to the Dart programming language. I walked in to the event knowing only that Dart was created by Google to be like javascript. What I learned is that Dart is designed to be similar to javascript in that some browsers, like Dartium (a portmanteau of “Dart” and Chromium”) can launch it natively if they have the DartVM; yet for others, for instance all of the currently popular browsers, Dart compiles to a minified javascript.

We looked at a simple text-manipulation application that was very similar to the “Darrrt” introduction to the language. We also ran through building a node.js-like web server using Dart. I’ll see if I can find the code from the presenters and will add a link to it to this post.

The Dart Editor is based on the Eclipse IDE, but is not as bulky.

Dart is now on my list of programming languages and libraries to learn.

Colophon

This site is built using Gatsby, TailwindCSS, and a whole bunch of other fun stuff.

Corrections or curious to see how this was put together? Check out the latest version of this site at its github repo.