Skip to content

Commit 36f9092

Browse files
KapendevWebFreak001
authored andcommitted
Small word and name fixes again.
1 parent 51dbdf1 commit 36f9092

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
2424
* [Dev Tools](#dev-tools)
2525
* [Build Tools](#build-tools)
2626
* [IDEs & Editors](#ides--editors)
27-
* [Lexers, Parsers, Generators](#lexers-parsers-parser-generators)
27+
* [Lexers, Parsers & Generators](#lexers-parsers--generators)
2828
* [Preprocessors](#preprocessors)
2929
* [Version Managers](#version-managers)
3030
* Continuous Integration
@@ -34,11 +34,11 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
3434
* [Javascript](#javascript)
3535
* OS
3636
* [Operating Systems](#operating-systems)
37-
* [Bare Metal/Kernel Development](#bare-metalkernel-development)
37+
* [Bare Metal / Kernel Development](#bare-metal--kernel-development)
3838
* Common
3939
* [General Containers](#general-containers)
4040
* [Core Utilities](#core-utilities)
41-
* Networking/Web
41+
* Networking / Web
4242
* [Web Frameworks](#web-frameworks)
4343
* [Data Serialization](#data-serialization)
4444
* Database
@@ -72,27 +72,27 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
7272
* [Cryptography](#cryptography)
7373
* [Unmaintained](#unmaintained)
7474

75-
## Official Website
75+
## Official Websites
7676

77-
*Official Website URLs.*
77+
*Official website URLs for D.*
7878

7979
* [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.
8787

8888
## Getting Help
8989

9090
*For when you're stuck.*
9191

92-
* [Official D Forum Learn Group](https://forum.dlang.org/group/learn) - Highest traffic 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.
9494
* [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.
9696

9797
## People
9898

@@ -101,11 +101,12 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
101101
* [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.
102102
* [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.
103103
* [Á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.
105105

106106
## Events
107107

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.
109110

110111
## Organizations
111112

@@ -230,7 +231,7 @@ Most documents and links are collected from the [D forum](https://forum.dlang.or
230231
* [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).
231232
* [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)
232233

233-
## Lexers, Parsers, Parser Generators
234+
## Lexers, Parsers & Generators
234235

235236
* [libdparse](https://github.com/dlang-community/libdparse) - A D language lexer and parser, (possibly) future standard D parser/lexer.
236237
* [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
273274
* [Trinix](https://github.com/Rikarin/Trinix) - Hybrid operating system for x64 PC written in D
274275
* [XOmB](https://github.com/xomboverlord/xomb) - An exokernel operating system written in D
275276

276-
## Bare Metal/Kernel Development
277+
## Bare Metal / Kernel Development
277278

278279
* [D Bare bones](https://wiki.osdev.org/D_Bare_Bones) - kernel hello world in D (using GDC compiler)
279280
* [D barebone with ldc2](https://wiki.osdev.org/D_barebone_with_ldc2) - another kernel hello world in D (using LDC compiler)

0 commit comments

Comments
 (0)