Search results

Jump to: navigation, search
  • ...ithmetic. Cycles should be handled by the user, see an example at the end. Language interface is not considered, assess if the approach itself is ok. <syntaxhighlight lang="d">
    20 KB (2,909 words) - 01:54, 14 February 2018
  • ...sometimes necessary to find workarounds to bugs, compiler limitations and language design issues. Due to [https://d.puremagic.com/issues/show_bug.cgi?id=5710 Issue 5710], you cannot use deleg
    2 KB (304 words) - 08:16, 25 March 2014
  • | about = D Unit Testing Framework. | about = xUnit Testing Framework for D (forked from jmcabo/dunit).
    1 KB (151 words) - 16:08, 4 January 2024
  • '''WARNING: This crude recipe by an absolute D newbie has not yet been tested--corrections are welcome!''' * a D language source program:
    1 KB (204 words) - 02:02, 3 December 2019
  • The number of annotations in the D language continues to grow. Adding all of the <syntaxhighlight lang="D">
    3 KB (416 words) - 04:02, 2 June 2015
  • ...P outlines some changes to clean up the exception catching syntax in the D language <syntaxhighlight lang="D">
    2 KB (333 words) - 23:31, 17 July 2014
  • '''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
  • This article contains release notes for [[Mono-D]]. * Generally, see <br /> https://github.com/aBothe/Mono-D/commits/master or <br/>https://github.com/aBothe/D_Parser/commits/master fo
    8 KB (1,061 words) - 11:31, 16 March 2018
  • A '''feature version''' may contain new features, language changes, D. This means, set an expected fix date and communicate the date with
    5 KB (715 words) - 17:58, 25 July 2016
  • ...ey're the most affected) some experimental language features were added to D. ...ducing terrible looking code, yet despite pull requests never made it into D:
    3 KB (544 words) - 05:00, 27 March 2018
  • * [http://www.digitalmars.com/d/archives/digitalmars/D/Why_is_scope_planned_for_deprecation_247445.html Why is scope planned for d * [http://www.digitalmars.com/d/archives/digitalmars/D/RFC_scope_and_borrowing_240834.html RFC: scope and borrowing]
    24 KB (3,898 words) - 19:53, 1 September 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
  • ...uces as a kind of multiple inheritance, and in how it interacts with other language features, outweigh the potential benefits. <syntaxhighlight lang=D>
    11 KB (1,657 words) - 09:59, 27 February 2023
  • This document discusses the high-level vision for D. It is revised every six months (January and July of every year). This (201 Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that
    7 KB (1,006 words) - 05:37, 18 May 2018
  • <syntaxhighlight lang="D">void foo() pure nothrow @safe @nogc;</syntaxhighlight> ...ttributes into keywords would have fundamentally changed the syntax of the language and would result in breaking existing code. So instead of making these new
    8 KB (1,304 words) - 10:09, 8 June 2016
  • This document discusses the high-level vision for D. It is revised every six months (January and July of every year). This (201 Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that
    5 KB (719 words) - 10:14, 17 May 2018
  • !'''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
  • ...m for D Improvement Proposals. A formal proposal for an improvement to the language or the standard library is made and given a number. There is a review proce
    785 bytes (119 words) - 17:48, 13 March 2018
  • ...ang.org/ddoc.html DDoc]) and documentation generation, enabled by the <tt>-D</tt> compiler switch. * The <tt>dman</tt> tool can be used to quickly look up D keywords or standard library symbols.
    6 KB (868 words) - 18:08, 8 August 2021
  • D is a modern multi-paradigm programming language that emphasizes both productivity and native efficiency. D does not compromise performance while making great strides in productivity
    10 KB (1,374 words) - 01:15, 14 December 2018
  • | about = D library to use SQLite | name = '''SQLite3-D''' (bayun)
    3 KB (401 words) - 01:33, 15 October 2020
  • You can use the [http://dlang.org/index.html D programming language] to program microcontrollers, for instance ARM Cortex-M3 or ARM Cortex-M4. ...o/MCU/ GitHub] or on [http://d.gpio.dk/cgi-bin/gitweb.cgi?p=MCU.git GPIO's D repository].
    2 KB (391 words) - 19:03, 8 September 2015
  • ...t = DDox is an alternative documentation generator for programs written in D. It aims to be fully compatible with Ddoc, and brings many additional featu | about = Documentation generator for D compatible with DDoc.
    2 KB (284 words) - 21:25, 23 April 2020
  • ...lable cross-language services development (serialization/RPC) and supports D out of the box. | about = Binary serialisation library for D. Minimal to no boilerplate necessary.
    2 KB (234 words) - 14:05, 24 August 2023
  • 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
  • ...eflection is one of the most distinguishable features of the D programming language. It is used for serialization, unit testing libraries, template engines and ...s this proposal will introduce the idea of writing the generated code into D sourcefiles which entails some solutions.
    9 KB (1,416 words) - 09:07, 14 August 2015
  • ...on Daemon, is a cross platform auto-complete service for the D programming language written by Brian Schott. The software is itself written in D.
    855 bytes (120 words) - 02:02, 8 February 2018
  • This document discusses the high-level vision for D with semestrial granularity. It is released in January and July of each yea ...r make happen, or strongly believes are important for the success of the D language. Other contributions are always welcome and do not need to be necessarily a
    5 KB (666 words) - 20:32, 2 June 2018
  • ...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
  • Currently, D uses template constraints as a means of restricting the types a template fu <syntaxhighlight lang=D>
    6 KB (745 words) - 05:07, 4 March 2018
  • D is an excellent language for scientific programming for several reasons: * It is a compiled, statically typed language that can produce code as fast as C.
    1 KB (175 words) - 02:12, 23 November 2015
  • Many people have contributed to the core D library Druntime and the standard D library Phobos. Over the years, the codebases have accumulated a mix of sty <syntaxhighlight lang="D">
    5 KB (769 words) - 11:52, 21 September 2018
  • !'''Enhanced foreign-language binding''' This DIP proposes a unified foreign language binding and name mangling syntax, to extend/replace existing approaches.
    6 KB (868 words) - 05:49, 4 March 2018
  • This document discusses the high-level vision for D. It is revised every six months (January and July). Note: This document focuses on goals the D leadership will personally enable or make happen. Other contributions that
    8 KB (1,335 words) - 05:40, 18 May 2018
  • ...contributing. It is primarily intended for starting collaborators of The D Language Foundation, but any occasional collaborator may find it useful as well. In order to get up to speed with the D language, you may want to use the following resources:
    5 KB (813 words) - 01:31, 28 July 2018
  • ...wish to compromise with mediocrity. Therefore, to translate it to another language, it must be even more expressive and with no less sensible multitasking. ...e to offer you a translation of the Tour of the Go with equivalent code in D accompanied by brief explanations.
    16 KB (2,253 words) - 05:03, 18 February 2018
  • ...g/blog/2017/08/11/on-tilix-and-d-an-interview-with-gerald-nunn/ Tilix and D] [http://dblog-ext.info/interviews/gerald-interview.html additional q&a] - ...016/08/30/ruminations-on-d-an-interview-with-walter-bright/ Ruminations on D: An Interview with Walter Bright] - August 30, 2016 Joakim
    805 bytes (96 words) - 17:53, 1 August 2018
  • 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 document discusses the high-level vision for D. It is revised every six months (January and July). ...r make happen, or strongly believes are important for the success of the D language. Other contributions are always welcome and do not need to be necessarily a
    5 KB (808 words) - 05:42, 18 May 2018
  • ...is a free, open source, multi-plateform IDE dedicated to the D programming language, its compilers, libraries and tools. ...s://github.com/BBasile/Coedit/tree/master/cesetup setup program] is also a D program that's compiled directly in Coedit.
    4 KB (611 words) - 16:45, 13 March 2018
  • <syntaxhighlight lang="D">modmap (C++) "<vector>"; // parses <vector>, doesn't import anything // like D structs and unlike D classes
    6 KB (918 words) - 17:05, 17 August 2019
  • ...86 assembly, C/C++ and Java programming languages; and is soon to become a D guru. :) ...untime environment development, where she is currently contributing to the D community.
    3 KB (473 words) - 14:05, 1 March 2018
  • ...ibutors who are interested in knowing more about the inner workings of the D GitHub processes. prNumber=$(git rev-parse --abbrev-ref HEAD | cut -d/ -f 2)
    12 KB (1,981 words) - 14:20, 24 February 2021
  • ...uch confusion and misunderstanding, especially on the part of newcomers to D, often taking the form of questions posted to the discussion forum by frust ...hopes to clear up most of these misunderstandings by explaining just what D's "compile-time" capabilities are, how it works, and how to solve some comm
    48 KB (7,805 words) - 16:40, 13 May 2022
  • The D Language Foundation conducts a Review of Progress with each scholarship recipient ev
    3 KB (473 words) - 01:14, 10 March 2017
  • ...citly fosters, or strongly believes are important for the success of the D language. Other contributions are always welcome and do not need to be necessarily a ;The D Language Foundation
    6 KB (842 words) - 20:33, 2 June 2018
  • == D Language Milstones == '''2001 Dec. 8.''': Release of '''D 0.00''' (!)
    3 KB (424 words) - 11:05, 18 July 2017
  • Welcome to the D community and thanks for your interest in contributing! ...IRC channel on freenode.org ([https://kiwiirc.com/client/irc.freenode.net/d web interface]) or on [http://forum.dlang.org/ our forum].
    6 KB (886 words) - 21:29, 6 November 2022
  • This is the D Google Summer of Code page for 2018. ...18 GSOC as either a student or mentor, and want to do something related to D, please feel free to contact us at (gsoc dot dlang dot io).
    34 KB (5,227 words) - 09:35, 2 October 2019
  • Welcome to the D community and thanks for your interest in contributing! ...IRC channel on freenode.org ([https://kiwiirc.com/client/irc.freenode.net/d web interface]) or on [http://forum.dlang.org/ our forum].
    2 KB (288 words) - 15:35, 7 May 2018
  • ...nies and programming communities, a critical factor for the success of the language is the existence of tools which minimize the effort of developing programs. The alternative solution is to provide a D language compiler as a library. This approach encourages tool developers by taking s
    999 bytes (160 words) - 21:20, 13 December 2017
  • On a semi-annual basis, the leaders of the D programming language effort produce a document which contains some status and progress informati
    437 bytes (58 words) - 03:34, 15 May 2018
  • The 2018 version of the annual [[DConf|D programming language conference]] - '''DConf 2018''' - was held in Munich Germany from Wednesday *[https://dlang.org/blog/2018/03/19/dconf-2018-programme-open-registration/ D Blog: DConf 2018 Programme & Open Registration]
    889 bytes (109 words) - 09:00, 4 July 2018
  • This is the D Language Foundation's Google Summer of Code 2019 page. ...estions on the [https://forum.dlang.org/newpost/general?subject=%5Bgsoc%5D D Newsgroup].
    26 KB (4,057 words) - 09:39, 2 October 2019
  • ...roject by The Eclipse Foundation. The goal of DWT is to achieve for the D Language something similar to SWT's notable accomplishment for Java: it is a large, The [https://github.com/d-widget-toolkit/dwt/releases/tag/v1.0.5%2Bswt-3.4.1 current DWT version] is
    2 KB (269 words) - 23:14, 13 September 2023
  • ...noted that many of the participants drink beer during their discussions of D and other topics. Often, these gatherings have taken place in the lobby or ...nce], BeerConf June 2020 was the first online gathering of its kind in The D community.
    2 KB (416 words) - 19:15, 28 October 2022
  • | 1 ||promote wiki.dlang.org directly on D's webpage | 4 ||Link tutorials or cookbooks in language and library reference || Existing examples are simple and clear. A newcomer
    3 KB (419 words) - 10:39, 25 June 2020
  • ...citly fosters, or strongly believes are important for the success of the D language. Other contributions are always welcome and do not need to be necessarily a ;The D Language Foundation
    6 KB (928 words) - 13:14, 11 May 2019
  • ...tibility with C, making it very suitable as a “Linux systems-programming language”. This simple tutorial will introduce you to programming in D on Embedded ARM Linux step by step.
    14 KB (1,906 words) - 05:21, 6 May 2024
  • === HTTP/2 for Vibe.d === Therefore, [http://vibed.org Vibe.d] - D's flagship web application framework - would vastly profit from implementin
    21 KB (3,279 words) - 04:42, 1 November 2018

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