Search results

Jump to: navigation, search
  • '''Mono-D''' brings D support to the cross-platform XamarinStudio/MonoDevelop [[IDEs|IDE]]. * D Project management
    11 KB (1,661 words) - 11:21, 28 August 2023
  • Vim features and plugins useful for D coding. D support. It makes it possible to complete tasks such as writing a loop,
    4 KB (596 words) - 21:46, 12 November 2021
  • # Create "dlang" folder somewhere which will contain all files related to D development. In my case it is ''C:\Users\Dicebot\Desktop\dlang'' Create ''.bash_profile'' file in your user home folder (''C:\Users\<username>'') which contains single line:
    4 KB (614 words) - 14:16, 7 May 2015
  • ...16 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 ...on its compilers ([[Compilers]]), shaping GUI libraries for D, integrating D with other languages and more.
    16 KB (2,611 words) - 23:08, 26 December 2016
  • <syntaxhighlight lang=D> <syntaxhighlight lang=D>
    11 KB (1,657 words) - 09:59, 27 February 2023
  • !'''D Drafting Library''' ...by the D community and designed to support the development process of the D Standard Library. The drafting library is coupled with the standard library
    6 KB (896 words) - 18:38, 6 March 2015
  • ...<tt>class</tt> objects (including exceptions) and <tt>interface</tt>s for D. <syntaxhighlight lang=D>
    15 KB (2,311 words) - 16:00, 4 March 2015
  • D is a modern multi-paradigm programming language that emphasizes both produc D does not compromise performance while making great strides in productivity
    10 KB (1,374 words) - 01:15, 14 December 2018
  • D's C-like syntax inspires familiarity to the point where I truly believe that D is easier to port C code to than C++ because you
    16 KB (2,917 words) - 02:14, 12 December 2018
  • This page describes how to build D, put together a correct patch, and contribute it as a GitHub pull request. ...p.sh] is a simple script that either installs a new or updates an existing D development tree. Just download the script and run.
    19 KB (3,064 words) - 18:28, 11 December 2019
  • D's <code>immutable</code> signifies - in constrast to C++'s <code>const</cod Because D's <code>immutable</code> is as strict as it is (casting it away results in
    7 KB (974 words) - 06:54, 29 June 2016
  • ...compile time reflection is one of the most distinguishable features of the D programming language. It is used for serialization, unit testing libraries, : As user of a library which relys on compile time code generation one has often no i
    9 KB (1,416 words) - 09:07, 14 August 2015
  • ...17 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 ...on its compilers ([[Compilers]]), shaping GUI libraries for D, integrating D with other languages and more.
    18 KB (2,845 words) - 18:07, 5 December 2017
  • Express intent to the compiler that a user-defined type conforms to a static interface. ...isOutputRange!(R, E)</code>. It is also common to statically assert that a user-defined type satisfies the template constraint predicate:
    6 KB (745 words) - 05:07, 4 March 2018
  • There are countless ways to implement logging in D. On this page there are some simple examples to get you started with variou The most simple and convenient way to log anything to the console in D is by simply using <code>std.stdio</code> and the [https://dlang.org/phobos
    7 KB (1,010 words) - 11:56, 16 July 2020
  • ...executables and OpenGL ES GUI apps for Android, either by using a desktop D compiler for Windows, Mac, or Linux, or a native Android compiler, all avai * A command shell on your host PC/Mac, where you'll run the LDC D compiler
    18 KB (2,884 words) - 20:14, 11 May 2024
  • DConf is an annual conference held to for users of the D programming language. *[[D Conference 2013 | DConf 2013]] took place May 1-3 at Facebook headquarters
    955 bytes (133 words) - 06:36, 5 April 2018
  • Welcome to the D community and thanks for your interest in contributing! ...RC channel on libera.chat ([https://kiwiirc.com/nextclient/irc.libera.chat/d web interface]) or on [https://forum.dlang.org/ our forum].
    11 KB (1,786 words) - 09:38, 12 March 2024
  • This tool would "translate" compilable D code to compilable D code. See initial idea discussed in [https://issues.dlang.org/show_bug.cgi? * explicitate all user-defined operators, e.g. <tt>a + b</tt> becomes <tt>a.opBinary!"+"(b)</tt>
    5 KB (737 words) - 13:19, 14 May 2019
  • .../ldc/build/tests> python runlit.py -v codegen/align.d FileCheck test.d < test.ll
    12 KB (1,973 words) - 15:17, 16 May 2021

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