You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [Bare Metal / Kernel Development](#bare-metal--kernel-development)
38
38
* Common
39
39
* [General Containers](#general-containers)
40
40
* [Core Utilities](#core-utilities)
41
-
* Networking/Web
41
+
* Networking / Web
42
42
* [Web Frameworks](#web-frameworks)
43
43
* [Data Serialization](#data-serialization)
44
44
* Database
@@ -72,27 +72,27 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
72
72
* [Cryptography](#cryptography)
73
73
* [Unmaintained](#unmaintained)
74
74
75
-
## Official Website
75
+
## Official Websites
76
76
77
-
*Official Website URLs.*
77
+
*Official website URLs for D.*
78
78
79
79
*[dlang.org](https://dlang.org) - Official website for D.
80
-
*[wiki.dlang.org](https://wiki.dlang.org) - Official Wiki for D.
81
-
*[code.dlang.org](https://code.dlang.org) - Offical Library/Module Registry for D.
82
-
*[Github Organization](https://github.com/dlang) - Official GitHub organization for D. Repo for all official D tools & code.
83
-
*[forum.dlang.org](https://forum.dlang.org/) - Official forum. Many interesting discussions occurring on a daily basis.
84
-
*[blog.dlang.org](https://dlang.org/blog/) - Official blog.
85
-
*[Language Specification](https://dlang.org/spec/spec.html) - D programming language specification.
86
-
*[Issue tracking](https://issues.dlang.org/) - Official issue tracking/reporting system for D. If you find bugs in the D compiler and/or libraries, please come and report them!
80
+
*[wiki.dlang.org](https://wiki.dlang.org) - Official wiki for D.
81
+
*[blog.dlang.org](https://dlang.org/blog/) - Official blog for D.
82
+
*[forum.dlang.org](https://forum.dlang.org/) - Official forum for D. Many interesting discussions occurring on a daily basis.
83
+
*[code.dlang.org](https://code.dlang.org) - Official library registry for D.
84
+
*[GitHub organization](https://github.com/dlang) - Official GitHub organization for D. Repository for all official D tools & code.
85
+
*[Issue tracker](https://github.com/dlang) – Official issue tracker for D. Older reports can be found in the [archived tracker](https://issues.dlang.org/).
86
+
*[Language specification](https://dlang.org/spec/spec.html) - The D programming language specification.
87
87
88
88
## Getting Help
89
89
90
90
*For when you're stuck.*
91
91
92
-
*[Official D Forum Learn Group](https://forum.dlang.org/group/learn) - Highesttraffic site for answering D questions.
93
-
*[D on Stack Overflow](https://stackoverflow.com/questions/tagged/d) - Less traffic than forums but possibly easier to search.
92
+
*[Official D Forum Learn Group](https://forum.dlang.org/group/learn) - Highest-traffic site for getting D questions answered.
93
+
*[D on Stack Overflow](https://stackoverflow.com/questions/tagged/d) - Less traffic than the forums but possibly easier to search.
94
94
*[D on Rosetta Code](https://rosettacode.org/wiki/Category:D) - Examples of how to do many basic things in D.
95
-
*[D on Discord](https://discord.gg/invite/bMZk9Q4) - Another very active community for D conversations and question.
95
+
*[D on Discord](https://discord.gg/invite/bMZk9Q4) - Another very active community for D discussions and questions.
96
96
97
97
## People
98
98
@@ -101,11 +101,12 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
101
101
*[Walter Bright](https://www.walterbright.com/) - Father of D. Walter Bright is the creator and first implementer of the D programming language and has implemented compilers for several other languages.
102
102
*[Andrei Alexandrescu, PhD](http://erdani.com/) - C++ guru. Author of *The D Programming Language* and *Modern C++ Design*. With Walter Bright, Andrei co-designed many important features of D and authored a large part of D's standard library. Andrei works as a trainer in advanced C++ programming and algorithms and is now actively evangelizing D in the organization.
103
103
*[Átila Neves](https://atilaoncode.blog/) - [Deputy Leader of D](https://dlang.org/blog/2019/10/15/my-vision-of-ds-future/).
104
-
***YOU** - Please add your information if you've done something interesting in D. It is you, the awesome people that made D awesome.
104
+
***YOU** - Please add your information if you've done something interesting in D. It is you, the awesome people that make D awesome.
105
105
106
106
## Events
107
107
108
-
*[DConf](https://dconf.org/) - the premier event where D luminaries exchange knowledge, insight, and inspiration on everything related to the D language and its ecosystem.
108
+
*[DConf](https://dconf.org/) - The premier event where D luminaries exchange knowledge, insight, and inspiration on everything related to the D language and its ecosystem.
109
+
*[Beerconf](https://wiki.dlang.org/Beerconf) - A casual, monthly virtual meetup for D community members.
109
110
110
111
## Organizations
111
112
@@ -230,7 +231,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
230
231
*[DCD](https://github.com/dlang-community/DCD) - Independent auto-complete program for the D programming language. Could be used with editors like vim, emacs, sublime text, textadept, and zeus. See [editors support](https://github.com/dlang-community/DCD/wiki/IDEs-and-Editors-with-DCD-support).
231
232
*[serve-d](https://github.com/Pure-D/serve-d) - Language Server Protocol (LSP) implementation for D. Adds modern IDE features to any editor with LSP support (VSCode, Atom, Vim/Neovim and others)
232
233
233
-
## Lexers, Parsers, Parser Generators
234
+
## Lexers, Parsers & Generators
234
235
235
236
*[libdparse](https://github.com/dlang-community/libdparse) - A D language lexer and parser, (possibly) future standard D parser/lexer.
236
237
*[Martin Nowak's Lexer](https://github.com/MartinNowak/lexer) - A lexer generator.
@@ -273,7 +274,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
273
274
*[Trinix](https://github.com/Rikarin/Trinix) - Hybrid operating system for x64 PC written in D
274
275
*[XOmB](https://github.com/xomboverlord/xomb) - An exokernel operating system written in D
275
276
276
-
## Bare Metal/Kernel Development
277
+
## Bare Metal / Kernel Development
277
278
278
279
*[D Bare bones](https://wiki.osdev.org/D_Bare_Bones) - kernel hello world in D (using GDC compiler)
279
280
*[D barebone with ldc2](https://wiki.osdev.org/D_barebone_with_ldc2) - another kernel hello world in D (using LDC compiler)
0 commit comments