Difference between revisions of "The D Programming Language"
(Added link to Exercism track under "community") |
(→link=http://forum.dlang.org Community: Update IRC channels (remove Freenode and add Libera.Chat and OFTC)) |
||
(12 intermediate revisions by 5 users not shown) | |||
Line 24: | Line 24: | ||
[https://run.dlang.io ▶ Run code] | [https://run.dlang.io ▶ Run code] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
</td> | </td> | ||
</tr> | </tr> | ||
Line 60: | Line 55: | ||
* [[Guidelines for Professional Conduct]] | * [[Guidelines for Professional Conduct]] | ||
* [http://dlang.org/orgs-using-d.html Organizations using D] | * [http://dlang.org/orgs-using-d.html Organizations using D] | ||
− | * [irc://irc. | + | * [irc://irc.libera.chat/d <tt>#d</tt> on Libera.Chat] or [irc://irc.oftc.net/d OFTC] IRC |
* [https://discord.gg/bMZk9Q4 D Code Club] on Discord | * [https://discord.gg/bMZk9Q4 D Code Club] on Discord | ||
+ | * [https://discord.gg/MrJV27E DLang (Unofficial)] on Discord | ||
* [https://dlang.org/blog Official blog] | * [https://dlang.org/blog Official blog] | ||
* [http://planet.dsource.org/ Planet D] | * [http://planet.dsource.org/ Planet D] | ||
− | * [http:// | + | * [http://dpldocs.info/this-week-in-d/Blog.html This Week in D] |
* [http://www.linkedin.com/groups/D-Developer-Network-3923820 LinkedIn: D Developer Network (DDN)] | * [http://www.linkedin.com/groups/D-Developer-Network-3923820 LinkedIn: D Developer Network (DDN)] | ||
− | + | <!-- [https://plus.google.com/communities/100033468228217743303 Google+: D Programming Enthusiasts] --> | |
* [https://www.facebook.com/dlang.org Facebook: D Programming Language] | * [https://www.facebook.com/dlang.org Facebook: D Programming Language] | ||
− | + | <!-- [https://www.xing.com/net/dlang XING - D Programming Language] --> | |
* [http://letsfindcourse.com/d-programming-courses D Programming Tutorials Recommended by Programming Community] | * [http://letsfindcourse.com/d-programming-courses D Programming Tutorials Recommended by Programming Community] | ||
− | + | <!-- [https://www.meetup.com/topics/dpl/|D User Groups (DUGs)] — [[Events]] --> | |
* [http://stackoverflow.com/questions/tagged/d D on StackOverflow] | * [http://stackoverflow.com/questions/tagged/d D on StackOverflow] | ||
* [http://rosettacode.org/wiki/Category:D D on RosettaCode] - See solutions of common programming tasks in the D programming language. | * [http://rosettacode.org/wiki/Category:D D on RosettaCode] - See solutions of common programming tasks in the D programming language. | ||
Line 88: | Line 84: | ||
* [[DIPs|D Improvement Proposals]] (DIPs) | * [[DIPs|D Improvement Proposals]] (DIPs) | ||
* [https://github.com/dlang/projects/issues Task List] | * [https://github.com/dlang/projects/issues Task List] | ||
+ | * [https://www.flipcause.com/secure/cause_pdetails/NjI2Njg= Task Bounties] | ||
* [[Review Queue]] | * [[Review Queue]] | ||
* [[Runtime internals]] | * [[Runtime internals]] | ||
− | |||
* [[Beta Testing]] | * [[Beta Testing]] | ||
* [[Language_issues | Language Issues]] | * [[Language_issues | Language Issues]] | ||
* [[Language_design_discussions | Language Design Discussions]] | * [[Language_design_discussions | Language Design Discussions]] | ||
* [[Wish_list | Wish list and action list]] | * [[Wish_list | Wish list and action list]] | ||
− | * [ | + | * [[Documentation_improvement_initiative | Documentation Improvement Initiative]] |
</tr> | </tr> | ||
Latest revision as of 16:53, 27 May 2021
The D Programming Language has been said to be "what C++ wanted to be," which is a better C. D is developed with system level programming in mind, but brings to the table modern language design with a simple C-like syntax. For these reasons D makes for a good language choice for both performance code and application development. D is rapidly reaching a stable specification and implementation. "The D Programming Language" by Andrei Alexandrescu is available on Amazon and other locations. |
|
|
|
Latest DMD: D2·100·0 Download — Changelog — Source code — Bug tracker — More » ✎