Skip to content

Commit d0120cd

Browse files
committed
Add 'Run' + 'Explore' sections
This content is important for people and currently very hard to reach and know about.
1 parent fca481c commit d0120cd

File tree

1 file changed

+33
-7
lines changed

1 file changed

+33
-7
lines changed

index.dd

Lines changed: 33 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -384,16 +384,16 @@ $(DIVC boxes,
384384
$(P Take the $(LINK2 https://tour.dlang.org,
385385
Tour), explore
386386
$(LINK2 $(ROOT_DIR)overview.html, major features) in D,
387-
quick start with $(LINK2 $(ROOT_DIR)ctod.html, C) or
387+
browse the $(LINK2 $(ROOT_DIR)comparison.html, quick overview),
388+
start with $(LINK2 $(ROOT_DIR)ctod.html, C) or
388389
$(LINK2 $(ROOT_DIR)cpptod.html, C++) background,
389-
setup your $(LINK2 https://wiki.dlang.org/IDEs, IDE) or
390-
$(LINK2 https://wiki.dlang.org/Editors, editor),
391390
and ask questions in the
392391
$(LINK2 https://forum.dlang.org/group/digitalmars.D.learn,
393392
Learn forum).
394393
)
395394
$(P For a deeper dive into D
396-
check out $(LINK2 https://wiki.dlang.org/Books, books) about D,
395+
check out $(LINK2 https://wiki.dlang.org/Books, books) or
396+
$(LINK2 https://wiki.dlang.org/Videos, videos)
397397
such as Ali Çehreli's free book
398398
$(LINK2 http://ddili.org/ders/d.en/index.html,
399399
<cite>Programming in D</cite>).
@@ -413,9 +413,10 @@ $(DIVC boxes,
413413
)
414414
)
415415
$(TOUR book, Documentation,
416-
$(P Refer to the documentation for the
417-
$(LINK2 $(ROOT_DIR)spec/spec.html, language) and for
418-
$(LINK2 $(ROOT_DIR)phobos/index.html, phobos), D's standard
416+
$(P Refer to the
417+
$(LINK2 $(ROOT_DIR)spec/spec.html, language specification) and
418+
the documentation of
419+
$(LINK2 $(ROOT_DIR)phobos/index.html, Phobos), D's standard
419420
library. The
420421
$(LINK2 $(ROOT_DIR)dmd.html, DMD manual) tells you how
421422
to use the compiler. Read
@@ -441,6 +442,31 @@ $(DIVC boxes,
441442
)
442443
)
443444
)
445+
$(DIVC row,
446+
$(TOUR play, Run,
447+
$(P Configure linting,
448+
formatting or
449+
completion for
450+
your favorite $(LINK2 https://wiki.dlang.org/IDEs, IDE),
451+
$(LINK2 https://wiki.dlang.org/Editors, editor) or
452+
use $(LINK2 https://run.dlang.io, run.dlang.io) to play and experiment
453+
with D code.
454+
)
455+
)
456+
$(TOUR forward, Explore,
457+
$(P
458+
Learn about $(LINK2 https://qznc.github.io/d-tut, pragmatic D),
459+
the $(LINK2 $(ROOT_DIR)dstyle.html, DStyle),
460+
$(LINK2 https://p0nce.github.io/d-idioms, common D idioms) and
461+
$(LINK2 https://github.com/PhilippeSigaud/D-templates-tutorial, templates),
462+
463+
See what's coming upcoming with $(LINK2 $(ROOT_DIR)changelog/pending.html, next version),
464+
explore $(LINK2 https://github.com/dlang/DIPs, D Improvement Proposals),
465+
and don't fear $(LINK2 https://dlang.org/blog/the-gc-series, D's garbage collection).
466+
467+
)
468+
)
469+
)
444470
)
445471

446472
$(DIVC whyd, $(SECTION2 Fast code$(COMMA) fast.,

0 commit comments

Comments
 (0)