• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

* Welcome Chris Buckett

 
Bartender
Posts: 3225
34
IntelliJ IDE Oracle Spring Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This week, we're delighted to have Chris Buckett helping to answer questions about the new book Dart in Action. Table of contents can be found here. And sample chapters can be found here and here.

The promotion starts Tuesday, February 12th 2013 and will end on Friday, February 15th 2013.

We'll be selecting four random posters in this forum to win a free copy of the book provided by the publisher, Manning.

Please see the Book Promotion page to ensure your best chances at winning!

Posts in this welcome thread are not eligible for the drawing, and should be reserved for welcoming the author. Questions posted in this topic are subject to removal.
 
author
Posts: 16
5
Google Web Toolkit Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello, and thanks for having me

Dart is a new web language from Google, and aims to solve a similar set of problems that GWT solves, but with the addition of a dedicated in-browser and server side Dart VM (which improves runtime performance greatly).
If you already code Java, and have to build web applications in a team environment, then you'll appreciate the tooling that you get from your IDE and static analysis tools. The Dart project brings this set of tooling to the building browser apps.

Dart's syntax is similar enough to Java that Java developers will feel at home with it, but it gives enough dynamism that you can do some nice shortcuts that expect from dynamic languages like JavaScript. Dart runs in all modern browsers, whether using the Dart VM, or converted to "minified and treeshaken" JavaScript (which reduces deployed code size).

Dart in Action takes you from the simple "hello world" app, through functional and OO programming paradigms, and through to more advanced topics such as async programming and concurrency. You'll build a client-side, single-page web app, and hook that up to a Dart powered server, along the way making use of HTML5 features such as local storage, appcache and websockets.

I'm here all week to answer any Dart questions you have, whether about Dart in Action, or about the Dart language generally (please start new threads for specific questions).

Dart should be reaching version 1.0 this year, so now is a great time to get up to speed with this exciting and productive language.

Chris Buckett.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rick Goff,
Your post was moved to a new topic.
 
Greenhorn
Posts: 19
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the interesting book
reply
    Bookmark Topic Watch Topic
  • New Topic