Search results

Jump to: navigation, search
  • (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
  • ...have a transition period to migrate to potentially breaking changes in the language before the release they're using is no longer supported.&mdash;[[User:Quick ...esses both users that want something stable and users that want to see the language evolve. The goals say something about that, but not explicitly. --[[User:Re
    27 KB (4,441 words) - 22:44, 8 January 2013
  • 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
  • ...gramming-Language/druntime druntime] and [https://github.com/D-Programming-Language/phobos phobos] repositories: #Now request in the digitalmars.D newsgroup that someone creates a coolFeature feature branch on the official
    14 KB (2,154 words) - 15:41, 4 January 2013
  • <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
  • A DIP is a D Improvement Proposal, a way propose changes to the language in a sightly more formal way than just throwing out the idea in the news gr
    5 KB (866 words) - 17:51, 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

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