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.


Friday 15 November 2013

Why this Blog?


After listening  +Erlantz Oniga Ouro speak a lot  about Dart Language, reading this article http://simpleprogrammer.com/2013/06/17/dart-language/  and thinking about I don’t have anything better to do, I decide to start trying to learn it.



For doing this more interesting I have thought to write an article about what I have learnt every day. There I will include, what I have read, programed and understood.  
I think this will help me more than others but I will write it understandable and clear to try to help everybody.


Furthermore of the dart language this will help me to improve my English writing.