Search results

Jump to: navigation, search
  • [[LDC]] tries to conform to the D specification as closely as possible. There are a few deviations, and sever Some parts of the D specification are hard or impossible to implement with LLVM, they should be
    21 KB (3,125 words) - 13:03, 31 July 2021
  • (Non-accredicted) Masters D degree: '''[https://teachsector.com/dforpython/ D, the Best Programming Language, for Former Python Developers]'''<br>
    17 KB (2,456 words) - 10:25, 25 March 2023
  • D has a simple but very useful construct, the '''unittest''' block. For examp <syntaxhighlight lang=D>
    8 KB (1,145 words) - 06:24, 15 February 2018
  • [[Category:D Language]]
    3 KB (342 words) - 05:03, 3 November 2019
  • ...y true for user-defined numeric types, which ideally should blend into the language's expression syntax so that, besides actually declaring a variable of the u One way to accomplish this implicit conversion is to use D's '''alias this''' feature:
    2 KB (363 words) - 10:12, 14 November 2014
  • All D compilers are divided into two parts: the front-end and the back-end. The front-end (DMD-FE) implements all things D-specific: lexing and parsing D syntax, instantiating templates, producing error messages, etc. The same fr
    39 KB (5,317 words) - 17:54, 7 April 2024
  • <syntaxhighlight lang=D> <syntaxhighlight lang=D>
    8 KB (1,108 words) - 10:12, 14 November 2014
  • Extend the D programming language with annotations. Annotations are metadata attached to declarations and var Java: http://java.sun.com/j2se/1.5.0/docs/guide/language/annotations.html
    4 KB (619 words) - 05:20, 17 January 2013
  • |Language: |[http://d.puremagic.com/issues/show_bug.cgi?id=124 Bugzilla: 124]
    11 KB (1,700 words) - 05:45, 18 January 2013
  • Currently, the layout of D's runtime type info, or RTTI, is defined in object.d. The details of how the fields of each instantiation of these classes are p ...mited to avoid code bloat. However, they should be extensible within the D language, without modification of the compiler.
    4 KB (553 words) - 08:09, 18 January 2013
  • ...me/blob/e47a00bff935c3f079bb567a6ec97663ba384487/src/rt/aaA.d#L598 rt/aaA.d]|| ...me/blob/e47a00bff935c3f079bb567a6ec97663ba384487/src/rt/aaA.d#L624 rt/aaA.d]||
    24 KB (3,836 words) - 16:10, 27 January 2023
  • The D mailing lists, D blogs and IRC discussions commonly use acronyms. ...m for transforming a program's AST during compilation. [Not implemented in D].
    3 KB (513 words) - 21:28, 14 March 2020
  • *** D as a systems programming language should still provide a way to detect if something is a property and to get <syntaxhighlight lang="D">
    10 KB (1,440 words) - 21:40, 20 May 2015
  • == Language feature == There is an alternative proposal [[DIP14]] to provide better language integration.
    10 KB (1,641 words) - 18:53, 28 May 2014
  • ...tics that programmers can rely on and which can easily be implemented in a D compiler. ...y has no way to do safe memory-mapped I/O. The reason for that is that the language has no well-defined volatile statement or type qualifier. This means that a
    5 KB (767 words) - 18:55, 28 May 2014
  • ...(concurrent) implementation of the GC, or resorting to unsafe solutions, a language-level guarantee is proposed. Guarantee is that threads that spawn nogc func ...hrow or pure marking. Nogc functions can't perform operations listed here (D Operations That Involve the Garbage Collector). That is, they can't do:
    4 KB (573 words) - 18:55, 28 May 2014
  • ...g.cgi?id=13138 proposed implementation], [https://github.com/D-Programming-Language/druntime/pull/892 pull] This document describes a couple of simple compiler intrinsics that D compilers should implement. These are necessary for low-level, embedded, ke
    5 KB (721 words) - 10:23, 12 June 2016
  • ...allgrind can be used to profile D code, but it does not know how to handle D's mangled names. This program can be used to clean up the callgrind.out.nnn dcallgrind.d
    2 KB (334 words) - 07:54, 5 April 2018
  • ...15 GSOC as either a student or mentor, and want to do something related to D, please feel free to contact our GSOC administrator Craig Dillabaugh (first ...]), bringing D to mobile devices, shaping GUI libraries for D, integrating D with other languages and more.
    14 KB (2,288 words) - 04:08, 31 December 2016
  • ..., combined with the other features of D, make it a complete and expressive language for systems-level tasks. On the other hand, economy of means should be exer <syntaxhighlight lang=D>
    9 KB (1,448 words) - 19:51, 1 September 2015

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)