Saturday 16 November 2013

How to start in Dart (I)

One of the hardest things of learning a new language (programming or speaking) is know where to start. Luckily the Dart web page gives us a great point of start. https://www.dartlang.org/ .

In the web you can get all the information you need about Dart. I recommend to start with the tutorial section. https://www.dartlang.org/docs/tutorials/

The tutorial assumes that you already know another programming language. (If you don't know anything about programming, learning Dart isn't a good starting point. Try Java, C++,C# or python). It  is built with examples. You can read the examples and go on but I prefer to try doing them  by my self .

I have spent my last 2 days doing it. When I have finished I will start with https://www.dartlang.org/codelabs/darrrt/ . This resource let you build your own Dart program. After finishing  I will post my solution and how I have done.


No comments:

Post a Comment