Search results

Jump to: navigation, search

Page title matches

  • ...e design with a simple C-like syntax. For these reasons D makes for a good language choice for both performance code and application development. ...ww.amazon.com/exec/obidos/ASIN/0321635361/classicempire "The D Programming Language"] by Andrei Alexandrescu is available on Amazon and other locations.
    7 KB (951 words) - 06:30, 4 September 2023
  • D is an evolving and complex language. New features are proposed, unexpected interaction in old ones get found, d ...tating there will be no <code>final</code>-by-default in the D programming language.
    9 KB (1,251 words) - 21:39, 20 May 2015
  • ...ranslation from Turkish, so if you prefer to read the book in its original language you can do so at [http://ddili.org/ders/d/ D Programlama Dili Dersleri].
    936 bytes (168 words) - 14:45, 12 May 2020
  • definition." -- [http://llvm.org/docs/LangRef.html#linkage-types the LLVM Language Reference] ...makes it possible to use [http://llvm.org/docs/LangRef.html llvm assembly language] from D. See the [[LDC inline IR|LDC inline IR page]] for more information.
    21 KB (3,125 words) - 13:03, 31 July 2021
  • ...ncoding return type of parent functions ([https://github.com/D-Programming-Language/dmd/commit/b6fe187c0fbb91ff71b11892391769dc74489465 commit]) Lambdas are the only one element of D language which have context-inference.
    10 KB (1,404 words) - 09:20, 17 February 2018
  • 5 KB (785 words) - 16:14, 17 August 2013
  • ...me potential problems that have been brought up and debated throughout the language's history. Fixing these is not straight-forward or may not justify breaking See also: [[Language design discussions]]
    10 KB (1,622 words) - 12:20, 22 September 2022
  • ...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 ...an '@' character would remove redundancy in the language. Redundancy in a language helps:
    8 KB (1,304 words) - 10:09, 8 June 2016
  • == D Language Milstones == '''2009''' 1. Release of: '''The D Programming Language''' by ''Andrei Alexandrescu''
    3 KB (424 words) - 11:05, 18 July 2017

Page text matches

  • ...e design with a simple C-like syntax. For these reasons D makes for a good language choice for both performance code and application development. ...ww.amazon.com/exec/obidos/ASIN/0321635361/classicempire "The D Programming Language"] by Andrei Alexandrescu is available on Amazon and other locations.
    7 KB (951 words) - 06:30, 4 September 2023
  • in D, you'll find it pretty hard to go back to another language. <br/> is a large unmet need in the programming language department.<br/>
    11 KB (1,667 words) - 03:36, 27 November 2018
  • <u>'''PLEASE NOTE''': The links to Amazon are affiliated with the D Language Foundation, so by simply following them you support the Foundation at no co .../good-tech-school.thinkific.com/courses/dforpython D, the Best Programming Language, for Former Python Developers]'''<br>
    12 KB (1,738 words) - 22:41, 3 April 2022
  • ...rn D programming Game Dev!]: A series of tutorial videos about using the D language for game development. ...guage (DLang) Programming]: A new series, as of 2022, about learning the D language from basic to more advanced concepts by Mike Shah.
    34 KB (4,757 words) - 16:47, 21 December 2023
  • | name = "D"iving Into the D Programming Language | name = Getting Started with the D Programming Language
    11 KB (1,194 words) - 04:29, 14 September 2022
  • |[https://plugins.jetbrains.com/plugin/8115-d-language v1.32.2] |Dexed is an IDE dedicated to the D programming language, its compilers (DMD, GDC, LDC), tools (DUB, DCD, D-Scanner, Dfmt) and libra
    5 KB (679 words) - 17:13, 18 February 2024
  • |[https://atom.io/packages/language-d language-D] ...syntax highlighting engines.] There is a high chance of issues with newer language constructs. It is possible to submit patches yourself.</ref>|| || || || ||
    7 KB (764 words) - 08:13, 26 November 2023
  • ...MD is the recommended choice, as it is the implementation closest to the D Language Specification. Otherwise, the best choice depends on the project's needs, t
    8 KB (1,185 words) - 01:37, 18 May 2021
  • DMD is the formal implementation of the D language. It is actively developed by the D community.
    837 bytes (108 words) - 17:06, 25 January 2018
  • ...s to continue the development of GDC, a GCC frontend for the D programming language. GDC is a frontend for the [//dlang.org D programming language]. By using GCC as a backend, it gives us the ability to target the same pla
    9 KB (1,401 words) - 12:47, 13 December 2023
  • The LDC project aims to provide a portable D programming language compiler with modern optimization and code generation capabilities. The com * [[Using LDC]] ([[LDC-specific language changes]] — [[LDC inline assembly expressions]] — [[LDC inline IR]])
    9 KB (1,303 words) - 02:53, 26 September 2021
  • | about = Lua for the D Programming Language | about = Python for the D Programming Language
    781 bytes (90 words) - 16:54, 27 December 2016
  • | about = A collection of libraries and tools to compile D language programs for embedded systems with the [[GDC|gdc compiler]].
    1 KB (149 words) - 07:54, 8 June 2018
  • | about = Dependency injection system for the D programming language
    1 KB (129 words) - 19:39, 8 September 2016
  • D is an evolving and complex language. New features are proposed, unexpected interaction in old ones get found, d ...tating there will be no <code>final</code>-by-default in the D programming language.
    9 KB (1,251 words) - 21:39, 20 May 2015
  • ...t for creating advanced documentation of programs written in D programming language. || Windows/POSIX || Public Domain || https://github.com/eldar/candydoc | Orange || Orange is a serialization library for the D programming language. It supports D1/Tango and D2/Phobos. || Windows/POSIX || Boost 1.0 || http
    2 KB (277 words) - 07:53, 11 April 2018
  • | about = A common type and function library for D language programs
    1 KB (167 words) - 20:14, 18 July 2020
  • ...eady know, D is a [http://en.wikipedia.org/wiki/Compiled_language compiled language], so you have to make your first choice: a compiler. There are [[Compilers| ...ed with dmd or available separately here: https://github.com/D-Programming-Language/tools/blob/master/rdmd.d makes this simple.
    5 KB (827 words) - 12:58, 16 July 2020
  • | about = This project seeks to provide complete support for the D2 language in cmake.
    2 KB (313 words) - 23:20, 23 April 2021
  • ...ranslation from Turkish, so if you prefer to read the book in its original language you can do so at [http://ddili.org/ders/d/ D Programlama Dili Dersleri].
    936 bytes (168 words) - 14:45, 12 May 2020

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