Difference between revisions of "Articles"

From D Wiki
Jump to: navigation, search
(The ABC’s of Templates in D)
(Fixed my name)
 
(One intermediate revision by one other user 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 205: 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 377: 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 384: 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