]> git.llucax.com Git - personal/website.git/blob - source/blog/posts/2009/10/29-the-d-programming-language.rst
Import personal website to git
[personal/website.git] / source / blog / posts / 2009 / 10 / 29-the-d-programming-language.rst
1 Title: The D Programming Language
2 Tags: en, d, the d programming language, andrei alexandrescu, book
3
4 .. image:: ##POST_URL##/29-the-d-programming-language.jpg
5     :align: right
6
7 The version 2.0__ of D_ will be released in sync with the classic book titled
8 after the language, in this case, `The D Programming Language`__, written by
9 the `Andrei Alexandrescu`__. You can follow the progress of the book looking at
10 `his home page`__, where a words and pages counter and a short term objective
11 are regularly updated.
12
13 __ http://www.digitalmars.com/d/2.0/
14 __ http://amazon.com/exec/obidos/ASIN/0321635361/modecdesi-20
15 __ http://en.wikipedia.org/wiki/Andrei_Alexandrescu
16 __ http://erdani.com/
17
18 He posted a `little introductory excerpt of the book`__ a while ago and
19 yesterday he published a larger excerpt, the whole `chapter 4`__ about
20 arrays__, `associative arrays`__ and strings__.
21
22 __ http://www.informit.com/articles/article.aspx?p=1381876
23 __ http://erdani.com/d/thermopylae.pdf
24 __ http://www.digitalmars.com/d/2.0/arrays.html
25 __ http://www.digitalmars.com/d/2.0/arrays.html#associative
26 __ http://www.digitalmars.com/d/2.0/arrays.html#strings
27
28 If you don't know much about D_, it could be a good way to take a peek.
29
30
31 .. _D: http://www.digitalmars.com/d/
32
33 .. vim: set et sw=4 sts=4 :