Open links in new tab
  1. Home - D Programming Language

    Run Configure linting, formatting or completion for your favorite IDE, editor or use run.dlang.io to play and experiment with D code.

  2. Documentation - D Programming Language

    3 days ago · D Programming Language If you spot a problem with this page, click here to create a Bugzilla issue.

  3. Overview - D Programming Language

    3 days ago · D Programming Language What is D? D is a general purpose systems and applications programming language. It is a high level language, but retains the ability to write high performance …

  4. Welcome to D - Dlang Tour

    DLang Tour Welcome D's Basics D's Gems Multithreading Vibe.d D by Examples DUB packages

  5. Getting Started - D Wiki

    Using dlang in combination with a search helps D in the TIOBE [1] index. If you maintain a web page on D, please refer to it at least once per page as "D programming language" rather than just "D".

  6. Tutorials - D Wiki

    DLang Tour (basics fully available in 6 languages plus 7 work in progress languages as of July 2020) Programming in D: The Ultimate Guide for Software Engineers Programming in D: Advanced …

  7. The D Programming Language - wiki.dlang.org

    DLang (Unofficial) on Discord Official blog This Week in D LinkedIn: D Developer Network (DDN) Facebook: D Programming Language D Programming Tutorials Recommended by Programming …

  8. Introduction - D Programming Language

    4 days ago · D is a general-purpose systems programming language with a C-like syntax that compiles to native code. It is statically typed and supports both automatic (garbage collected) and manual …

  9. Imports and modules - Dlang Tour

    Imports and modules One of D's core design decision was to be consistent and avoid corner cases in the language. This is called turtles all the way down. One good example for this consistency are …

  10. Functions - D Programming Language

    FuncDeclaratorSuffix: Parameters MemberFunctionAttributesopt TemplateParameters Parameters MemberFunctionAttributesopt Constraintopt A FuncDeclaration with a function body is called a …