forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgetstarted.dd
50 lines (46 loc) · 1.47 KB
/
getstarted.dd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Ddoc
$(D_S
Getting Started,
$(P
$(LINK2 http://ddili.org/ders/d.en/index.html, $(B Programming in D)) is an
extensive tutorial by Ali Çehreli and a great starting point for absolute
beginners. It doesn't assume that you know any other programming languages,
and it also teaches you about some fundamental concepts of programming.
)
$(P
Other than that, the best places to learn are:
)
$(UL
$(LI The $(LINK2 http://wiki.dlang.org, $(B D Wiki)), which tends to contain the
best information and links.
)
$(LI The $(LINK2 http://forum.dlang.org, $(B Forums)) contain very active
discussions, in particular
$(LINK2 http://forum.dlang.org/group/digitalmars.D.learn, $(B D.learn)) for
new users.
)
$(LI The $(LINK2 http://wiki.dlang.org/Books, $(B Books)) listed on the Wiki.
)
)
$(P
For a little more depth:
)
$(UL
$(LI $(LINK2 http://dlang.org/download.html, $(B Download)) a compiler.
)
$(LI Choose an $(LINK2 http://wiki.dlang.org/IDEs, $(B IDE)) or set up your favorite
$(LINK2 http://wiki.dlang.org/Editors, $(B Editor)).
)
$(LI Read the official $(LINK2 http://dlang.org/intro.html, $(B Language))
and $(LINK2 http://dlang.org/phobos/index.html, $(B Standard Library)) references.
)
$(LI Browse the $(LINK2 http://code.dlang.org/, $(B Dub Repository)), hosting
an ever growing list of 3rd-party D programs and libraries.
)
)
$(P Welcome to $(B D).
)
)
Macros:
TITLE=Getting Started
WIKI=The_D_Programming_Language