About 80,000 results
Open links in new tab
  1. Home - D Programming Language

    D is a general-purpose programming language with static typing, systems-level access, and C-like syntax. With the D Programming Language, write fast, read fast, and run fast. Fast code, fast.

  2. Welcome to D - Dlang Tour

    Welcome to the interactive tour of the D Programming language. The tour gives an overview of this powerful and expressive language which compiles directly to efficient , native machine code. What is D?

  3. Getting Started - D Wiki

    Running D code like a script. After you have your compiler installed you'll want to do some coding. For small projects it's handy to compile and run in a single step. A few solutions exist. Using RDMD. The rdmd tool, distributed with dmd or available separately here: https://github.com/D-Programming-Language/tools/blob/master/rdmd.d makes this ...

  4. Tutorials - D Wiki

    Although D inherited much of its syntax from C and C++, the new features that it introduces lead to some common idioms that are unique to D. See also category CommonIdiom. Initializing variables; Declaring constants; Looping over integers; Unittest placement. Imports and helper functions only present when compiling with -unittest; Commenting ...

  5. Overview - D Programming Language

    5 days ago · D is a general purpose systems and applications programming language. It is a high level language, but retains the ability to write high performance code and interface directly with the operating system API's and with hardware. D is well suited to writing medium to large scale million line programs with teams of developers.

  6. Areas of D usage - D Programming Language

    2 days ago · D's ability to combine low and high-level code in one language, asynchronous features like Fibers, and compile-time function execution, makes it well suited for high-performance asynchronous I/O, concurrency and web applications.

  7. Documentation Generator - D Programming Language

    2 days ago · The D programming language enables embedding both contracts and test code along side the actual code, which helps to keep them all consistent with each other. One thing lacking is the documentation, as ordinary comments are usually unsuitable for automated extraction and formatting into manual pages.

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

    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.

  9. Table of Contents - D Programming Language

    This is the specification for the D Programming Language. For more information see dlang.org.

  10. Introduction - D Programming Language

    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 memory management.