Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(Unit Testing in Action)
(Template Comparison)
(22 intermediate revisions by the same user not shown)
Line 19: Line 19:
 
  | url = http://compsci.ca/v3/viewtopic.php?t=9518
 
  | url = http://compsci.ca/v3/viewtopic.php?t=9518
 
  | author = Andrei Alexandrescu
 
  | author = Andrei Alexandrescu
 +
}}
 +
 +
{{Article
 +
| name = The Case for D
 +
| url = http://www.drdobbs.com/parallel/the-case-for-d/217801225
 +
| author = Andrei Alexandrescu
 +
| published = June 15, 2009
 
}}
 
}}
  
Line 28: Line 35:
  
 
}}
 
}}
 
  
 
{{Article Group
 
{{Article Group
 
| Name = General
 
| Name = General
 
| Articles =
 
| Articles =
 +
 +
{{Article
 +
| name = Real Close to the Machine: Floating Point in D
 +
| url = https://dlang.org/d-floating-point.html
 +
| author = Don Clugston
 +
| published =
 +
}}
  
 
{{Article
 
{{Article
Line 63: Line 76:
  
 
{{Article
 
{{Article
  | name = Uniform Function Call Syntax
+
  | name = Increasing Compiler Speed by Over 75%
  | url = http://www.drdobbs.com/cpp/uniform-function-call-syntax/232700394
+
  | url = http://www.drdobbs.com/cpp/increasing-compiler-speed-by-over-75/240158941#
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = Mar 28 2012
+
  | published = July 25 2013
 +
}}
 +
 
 +
{{Article
 +
| name = DCompute: Running D on the GPU
 +
| url = https://dlang.org/blog/2017/10/30/d-compute-running-d-on-the-gpu/
 +
| author = Nicholas Wilson
 +
| published = October 30, 2017
 +
}}
 +
 
 +
{{Article
 +
  | name = Faster Command Line Tools in D
 +
  | url = https://dlang.org/blog/2017/05/24/faster-command-line-tools-in-d/
 +
  | author = Jon Degenhardt
 +
  | published = May 24, 2017
 
}}
 
}}
  
 
{{Article
 
{{Article
  | name = Real World Comparison, GC vs. Manual Memory Management
+
  | name = Useful Workarounds
| url = http://3d.benjamin-thaut.de/?p=20
 
| author = Benjamin Thaut
 
 
}}
 
}}
  
 
{{Article
 
{{Article
  | name = Increasing Compiler Speed by Over 75%
+
  | name = D as a Better C
  | url = http://www.drdobbs.com/cpp/increasing-compiler-speed-by-over-75/240158941#
+
  | url = https://dlang.org/blog/2017/08/23/d-as-a-better-c/
 
  | author = Walter Bright
 
  | author = Walter Bright
  | published = July 25 2013
+
  | published = August 23, 2017
 
}}
 
}}
  
 
{{Article
 
{{Article
  | name = Memory Safety
+
  | name = SafeD
  | url = https://jakobovrum.github.io/d/2016/01/20/memory-safety.html
+
  | url = https://dlang.org/safed.html
  | author = Jakob Øvrum
+
  | author = Bartosz Milewski
  | published = January 20 2016
+
  | published =  
 +
}}
 +
 
 
}}
 
}}
 +
 +
{{Article Group
 +
| Name = Memory Management
 +
| Articles =
  
 
{{Article
 
{{Article
Line 94: Line 125:
  
 
{{Article
 
{{Article
  | name = Useful Workarounds
+
  | name = Real World Comparison, GC vs. Manual Memory Management
 +
| url = http://3d.benjamin-thaut.de/?p=20
 +
| author = Benjamin Thaut
 
}}
 
}}
  
 +
{{Article
 +
| name = Don’t Fear the Reaper - A Basic Introduction to the GC
 +
| url = https://dlang.org/blog/2017/03/20/dont-fear-the-reaper/
 +
| author = Michael Parker
 +
| published = March 20, 2017
 
}}
 
}}
  
 +
{{Article
 +
| name = Life in the Fast Lane - Introduction to Avoiding the GC and GC Profiling
 +
| url = https://dlang.org/blog/2017/06/16/life-in-the-fast-lane/
 +
| author = Michael Parker
 +
| published = June 16, 2017
 +
}}
  
{{Article Group
+
{{Article
| Name = Features
+
| name = Go Your Own Way (Part One: The Stack)
| Articles =
+
| url = https://dlang.org/blog/2017/07/07/go-your-own-way-part-one-the-stack/
 +
| author = Michael Parker
 +
| published = July 7, 2017
 +
}}
  
 
{{Article
 
{{Article
  | name = Understanding Ranges (adapted from Chapter 6 of the book Learning D)
+
  | name = Go Your Own Way (Part Two: The Heap)
  | url = https://www.packtpub.com/books/content/understanding-ranges
+
  | url = https://dlang.org/blog/2017/09/25/go-your-own-way-part-two-the-heap/
 +
| alt1 = [http://dblog-ext.info/articles/gc-part4.html extended info]
 
  | author = Michael Parker
 
  | author = Michael Parker
  | published = December 2015
+
  | published = September 25, 2017
 
}}
 
}}
 +
 +
{{Article
 +
| name = Memory Safety
 +
| url = https://jakobovrum.github.io/d/2016/01/20/memory-safety.html
 +
| author = Jakob Øvrum
 +
| published = January 20 2016
 +
}}
 +
 +
}}
 +
 +
{{Article Group
 +
| Name = Templates
 +
| Articles =
  
 
{{Article
 
{{Article
Line 132: Line 193:
 
  | alt1 = [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.epub?raw=true EPUB]
 
  | alt1 = [https://github.com/PhilippeSigaud/D-templates-tutorial/blob/master/D-templates-tutorial.epub?raw=true EPUB]
 
  | author = Philippe Sigaud
 
  | author = Philippe Sigaud
 +
}}
 +
 +
{{Article
 +
| name = Comparison of C++ and D Templates
 +
| url = https://dlang.org/articles/template-comparison.html
 +
}}
 +
 +
}}
 +
 +
{{Article Group
 +
| Name = Features
 +
| Articles =
 +
 +
 +
{{Article
 +
| name = Uniform Function Call Syntax
 +
| url = http://www.drdobbs.com/cpp/uniform-function-call-syntax/232700394
 +
| author = Walter Bright
 +
| published = Mar 28 2012
 +
}}
 +
 +
{{Article
 +
| name = Rationale for D built-ins: (Dynamic Arrays, Strings, Associative Arrays)
 +
| url = https://dlang.org/articles/builtin.html
 +
| author =
 +
| published =
 +
}}
 +
 +
{{Article
 +
| name = Understanding Ranges (adapted from Chapter 6 of the book Learning D)
 +
| url = https://www.packtpub.com/books/content/understanding-ranges
 +
| author = Michael Parker
 +
| published = December 2015
 +
}}
 +
 +
{{Article
 +
| name = D's Auto Decoding and You
 +
| url = https://jackstouffer.com/blog/d_auto_decoding_and_you.html
 +
| author = Jack Stouffer
 +
| published = May 2016
 
}}
 
}}
  
Line 154: Line 255:
 
}}
 
}}
  
 +
{{Article
 +
| name = Compile-Time Sort in D
 +
| url = https://dlang.org/blog/2017/06/05/compile-time-sort-in-d/
 +
| author = Michael Parker
 +
| published = June 5, 2017
 +
}}
 +
 +
{{Article
 +
| name = D Slices
 +
| url = https://dlang.org/d-array-article.html
 +
| author = Steven Schveighoffer
 +
| published = 2011-2012
 +
}}
  
 
{{Article
 
{{Article
Line 161: Line 275:
 
}}
 
}}
  
 +
{{Article Group
 +
| Name = Modules
 +
| Articles =
 +
 +
{{Article
 +
| name = Introduction to std.datetime
 +
| url = https://dlang.org/articles/intro-to-datetime.html
 +
| author = Jonathan M Davis
 +
| published = 2011
 +
}}
 +
 +
{{Article
 +
| name = std.variant Is Everything Cool About D
 +
| url = https://dlang.org/blog/2018/03/29/std-variant-is-everything-cool-about-d/
 +
| author = Jared Hanson
 +
| published = March 29, 2018
 +
}}
 +
 +
}}
  
 
{{Article Group
 
{{Article Group
Line 174: Line 307:
  
 
{{Article
 
{{Article
  | name = Component Programming with Ranges
+
  | name = Component programming with ranges  
  | url = http://wiki.dlang.org/Component_programming_with_ranges
 
 
  | author = H. S. Teoh
 
  | author = H. S. Teoh
 
  | published = Aug 06 2013
 
  | published = Aug 06 2013
Line 181: Line 313:
  
 
}}
 
}}
 
  
 
{{Article Group
 
{{Article Group
 
| Name = Concurrency
 
| Name = Concurrency
 
| Articles =
 
| Articles =
 +
 +
{{Article
 +
| name = Concurrency in the D Programming Language
 +
| url = http://www.informit.com/articles/article.aspx?p=1609144
 +
| author = Andrei Alexandrescu
 +
| published = Jul 6, 2010
 +
}}
  
 
{{Article
 
{{Article
Line 195: Line 333:
 
{{Article
 
{{Article
 
  | name = Go to D
 
  | name = Go to D
| url = http://wiki.dlang.org/Go_to_D
 
 
  | author = Jin
 
  | author = Jin
 
}}
 
}}
  
 
}}
 
}}
 
 
  
 
{{Article Group
 
{{Article Group
Line 214: Line 349:
  
 
}}
 
}}
 
 
  
 
{{Article Group
 
{{Article Group
Line 234: Line 367:
  
 
}}
 
}}
 
  
 
{{Article Group
 
{{Article Group
Line 258: Line 390:
 
}}
 
}}
  
 +
{{Article
 +
  | name = DMD, Windows and C
 +
  | url = https://dlang.org/blog/2017/10/25/dmd-windows-and-c/
 +
  | author = Michael Parker
 +
  | published = October 25, 2017
 +
}}
  
 
}}
 
}}
 
  
 
{{Article Group
 
{{Article Group
Line 311: Line 448:
 
}}
 
}}
  
 +
== See also ==
 +
*[[Interviews]]
 +
*[[Videos]]
  
 
[[Category:Tutorials]]
 
[[Category:Tutorials]]

Revision as of 01:34, 24 December 2018

Beginning

General

Memory Management

Templates

Features

Modules

Architecture and Design

Concurrency

Operating System Development

Metaprogramming

Windows Specific

Interfacing to C

See also