forked from dlang/dlang.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f78ffb6
commit c89d7d6
Showing
4 changed files
with
46 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,40 @@ | ||
Ddoc | ||
|
||
$(D_S Getting Started, | ||
$(D_S | ||
Getting Started, | ||
|
||
$(P | ||
The (LINK2 http://wiki.dlang.org, $(B D Wiki)) is the best place to start learning about D. | ||
) | ||
|
||
$(P | ||
) | ||
|
||
) | ||
$(P | ||
$(LINK2 http://dlang.org, $(B D)) is a powerful systems programming language. 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 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 $(LINK2 http://dlang.org, $(B D)). | ||
) | ||
|
||
Macros: | ||
TITLE=Getting Started | ||
WIKI= | ||
TITLE=Getting Started | ||
WIKI=The_D_Programming_Language |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters