#4,687 in Computers & technology books
Use arrows to jump to the previous/next product

Reddit mentions of Learning Dart

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Learning Dart. Here are the top ones.

Learning Dart
Buying options
View on Amazon.com
or
Specs:
Height9.25 Inches
Length7.5 Inches
Number of items1
Release dateJanuary 2014
Weight1.46 Pounds
Width0.88 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Learning Dart:

u/Skyler827 ยท 2 pointsr/dailyprogrammer

Honestly, http://dartlang.org has all you need to get started. Dart is essentially just java, but optimized for the client-side web and compiling to javascript, so it doesn't depend on classes, supports more functional methods, and has nice/easy to use systems for asynchronous functions and concurrency. You can compile it to javascript and use web apis, but you can also use it from the command line and use the file/networking/os apis.

A book that helped me was Learning Dart by Dzenan Ridjanovic.