@@ -384,16 +384,16 @@ $(DIVC boxes,
384
384
$(P Take the $(LINK2 https://tour.dlang.org,
385
385
Tour), explore
386
386
$(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
388
389
$(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),
391
390
and ask questions in the
392
391
$(LINK2 https://forum.dlang.org/group/digitalmars.D.learn,
393
392
Learn forum).
394
393
)
395
394
$(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)
397
397
such as Ali Çehreli's free book
398
398
$(LINK2 http://ddili.org/ders/d.en/index.html,
399
399
<cite>Programming in D</cite>).
@@ -413,9 +413,10 @@ $(DIVC boxes,
413
413
)
414
414
)
415
415
$(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
419
420
library. The
420
421
$(LINK2 $(ROOT_DIR)dmd.html, DMD manual) tells you how
421
422
to use the compiler. Read
@@ -441,6 +442,31 @@ $(DIVC boxes,
441
442
)
442
443
)
443
444
)
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
+ )
444
470
)
445
471
446
472
$(DIVC whyd, $(SECTION2 Fast code$(COMMA) fast.,
0 commit comments