Skip to content

Commit 145b3f1

Browse files
committed
Summary and README
1 parent bb2ca48 commit 145b3f1

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

book/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Ali Cehreli's book
2+
3+
This is (currently) just the English version of the book.
4+
5+
To build, run `rdmd build.d`, files will be emitted to `web/book`.
6+
7+
Of note: The index currently does not work, and thus has been omitted.

book/d.en/index.d

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
Ddoc
22

3+
$(I
4+
This is Ali Çehreli's book on D programming. Ali's pedagogical skills are renowned in the D community, for good reason. This book has hooks for many
5+
different fish - as well as being a careful and paced guide for programmers who are new to the D Programming language, it is also a useful reference
6+
for D practitioners, and even a perspicacious tutorial for people new to programming entirely. If you enjoy this book and would like to
7+
thank Ali financially, a Gumroad link is included below where you can buy this book on a pay-what-you-want basis. Enjoy!
8+
)
39
$(DERS_BOLUMU Programming in D)
410

511
<div style="overflow: auto;">
@@ -30,8 +36,6 @@ $(LINK_DOWNLOAD /Programming_in_D_code_samples.zip, Click here to download code
3036

3137
$(H5 Online version)
3238

33-
$(P $(LINK2 ix.html, $(B The Index Section)) (useful for keyword searches))
34-
3539
$(UL
3640
$(WORK_IN_PROCESS
3741
$(LI $(LINK2 foreword1.html, Foreword by Walter Bright))

0 commit comments

Comments
 (0)