Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
m (Tutorials->Learn)
(Fixed my name)
 
(2 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
  | name = Dispelling Common D Myths
 
  | name = Dispelling Common D Myths
 
  | url = http://semitwist.com/articles/article/view/dispelling-common-d-myths
 
  | url = http://semitwist.com/articles/article/view/dispelling-common-d-myths
  | author = Nicholas Sabalausky
+
  | author = Nick Sabalausky ("Nicolas", not "Nicholas")
 
}}
 
}}
  
Line 193: Line 193:
 
  | url = http://nomad.so/2013/07/templates-in-d-explained/
 
  | url = http://nomad.so/2013/07/templates-in-d-explained/
 
  | author = Gary Willoughby
 
  | author = Gary Willoughby
 +
}}
 +
 +
{{Article
 +
| name = The ABC’s of Templates in D
 +
| url = https://dlang.org/blog/2020/07/31/the-abcs-of-templates-in-d/
 +
| author = Michael Parker
 +
| published = July 31, 2020
 
}}
 
}}
  
Line 198: Line 205:
 
  | name = Templates Primer, In D
 
  | name = Templates Primer, In D
 
  | url = https://semitwist.com/articles/article/view/template-primer-in-d
 
  | url = https://semitwist.com/articles/article/view/template-primer-in-d
  | author = Nicholas Sabalausky
+
  | author = Nick Sabalausky ("Nicolas", not "Nicholas")
 
}}
 
}}
  
Line 370: Line 377:
 
  | name = Have Your Efficiency, and Flexibility Too - Metaprogramming Techniques For No-Compromise Code
 
  | name = Have Your Efficiency, and Flexibility Too - Metaprogramming Techniques For No-Compromise Code
 
  | url = http://www.semitwist.com/articles/EfficientAndFlexible/SinglePage/
 
  | url = http://www.semitwist.com/articles/EfficientAndFlexible/SinglePage/
  | author = Nicholas Sabalausky
+
  | author = Nick Sabalausky ("Nicolas", not "Nicholas")
 
}}
 
}}
  
Line 377: Line 384:
 
  | url = http://wiki.dlang.org/Transforming_slice_of_structs_into_struct_of_slices
 
  | url = http://wiki.dlang.org/Transforming_slice_of_structs_into_struct_of_slices
 
  | author = Laeeth Isharc for the D forums
 
  | author = Laeeth Isharc for the D forums
 +
}}
 +
 +
{{Article
 +
| name = Compile-time vs. compile-time
 +
| author = H. S. Teoh
 +
| published = March, 2017
 
}}
 
}}
  

Latest revision as of 04:29, 14 September 2022

Beginning

General

Memory Management

Templates

Features

Modules

Architecture and Design

Concurrency

Operating System Development

Metaprogramming

Windows Specific

Interfacing to C

See also