Search results

Jump to: navigation, search
  • |Language: ...nly protection provided against idiotic use is the guarantee that the base language is immutable" - B. Stroustup, "Operator Overloading in C++", (date unknown,
    11 KB (1,700 words) - 05:45, 18 January 2013
  • ...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
  • | _aaApply || extern(C)|| || [https://github.com/D-Programming-Language/druntime/blob/e47a00bff935c3f079bb567a6ec97663ba384487/src/rt/aaA.d#L598 r | _aaApply2 || extern(C)|| || [https://github.com/D-Programming-Language/druntime/blob/e47a00bff935c3f079bb567a6ec97663ba384487/src/rt/aaA.d#L624 r
    24 KB (3,836 words) - 16:10, 27 January 2023
  • ...ile-Time Function Execution/Evaluation. The ability, for the D programming language to evaluate a (standard, runtime) function during compilation, yielding a c ...n-Specific Embedded Language. A DSL used inside a more general programming language. Also known as an internal DSL.
    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
    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
  • Prov ide a language construct to declare import paths in source files.
    2 KB (319 words) - 18:54, 28 May 2014
  • This document describes a refined volatile statement for the D programming language. The new definition takes into account the needs of low-level, embedded, ke ...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
    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] ...y has no way to do safe memory-mapped I/O. The reason for that is that the language has no well-defined means to do volatile memory loads and stores. This mean
    5 KB (721 words) - 10:23, 12 June 2016
  • This collection has libraries and tools to compile D language programs for
    2 KB (334 words) - 07:54, 5 April 2018
  • * Getting a bare-metal D runtime support on Cortex-M3/M4 with as many language features as possible. A minor victory would be having a minimal thread-less
    14 KB (2,288 words) - 04:08, 31 December 2016
  • ...n't. It is minor limitation that greatly simplifies interaction with other language features like <code>alias this</code>.
    3 KB (475 words) - 18:56, 28 May 2014
  • ..., 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 return a; // ERROR per current language rules
    9 KB (1,448 words) - 19:51, 1 September 2015
  • ...The D Completion Daemon is an auto-complete program for the D programming language.
    541 bytes (59 words) - 18:40, 6 June 2018
  • Well people argue, that almost every language feature can be abused. My question is just why would we allow this one, but ...ke encapsulation are well established and have proven to be valuable, so a language feature that helps there syntax-wise is not such a bad idea either.
    14 KB (2,204 words) - 13:08, 11 July 2013
  • ...very complex language. It promotes several paradigms while being a system language. If this is a power of D, this is also a source of trouble. In fact, every If it is impairing users, it is also impairing polishing of the language, and many corner cases have to be considered and cause difficulties to comp
    6 KB (952 words) - 22:54, 17 October 2016
  • ** Move members of IRState to '''cfun->language''', as there is only one IRState per function (unlike DMD). ** Needs upstream co-operation: https://github.com/D-Programming-Language/dmd/pull/4854
    9 KB (1,306 words) - 20:04, 1 September 2015
  • * But currently, there's no way in the language to express "the key type can be mutable as long as its toHash value cannot
    9 KB (1,516 words) - 20:17, 8 September 2015
  • |Language: |[https://github.com/D-Programming-Language/dmd/pull/1700 Discussion on github]
    5 KB (708 words) - 11:22, 23 February 2014
  • ...le method, closure and UFCS as delegate introducing only one entity in the language.
    8 KB (1,288 words) - 08:44, 3 July 2015
  • * Getting a bare-metal D runtime support on Cortex-M3/M4 wtih as many language features as possible. A minor victory would be having a minimal thread-less
    6 KB (1,109 words) - 20:23, 1 September 2015
  • Tuple value unpacking will become handy with help of language syntax.
    17 KB (2,360 words) - 16:31, 11 March 2016
  • ...very specific purposes. Some of these may have been rendered obsolete by language changes, and if so, they should be removed. In any case, they are never to
    19 KB (2,557 words) - 19:26, 1 April 2013
  • ...search papers that are, one way or the other, related to the D programming language.
    341 bytes (49 words) - 12:14, 3 April 2013
  • ...code> as an abbreviation for <code>const ref</code> because it is wrong by language specification. |Is somewhat clearer, but adds an entirely new attribute to the language
    9 KB (1,473 words) - 08:06, 25 June 2015
  • ...ithout changing the actual language. Instead of adding new features to the language AST macros can be a general solution to implement language changes in library code. Many existing language features could have been
    14 KB (2,079 words) - 19:52, 1 September 2015
  • ...hout affecting it as it is independent of RV refs, but it further enhances language safety against ref/nonref code evolution:
    9 KB (1,487 words) - 01:18, 13 May 2013
  • ...-d-to-c/ Series] on creating bindings to C libraries for the D programming language. * To get a fixed type on all platforms. In the C language there are no fixed types, it's just relations between the sizes of the type
    6 KB (947 words) - 16:54, 28 January 2017
  • ...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
  • ...hildren's science and technology company. Large scale use of D programming language (distributed systems and cloud storage). ...e about nightlife. Uses D2/phobos for webservice (ios/android app) and for language parsing.
    4 KB (631 words) - 13:03, 25 March 2021
  • |Language: |[https://github.com/D-Programming-Language/dmd/pull/2368 DMD Pull request]
    994 bytes (146 words) - 00:33, 30 July 2013
  • ...is an overview of the extensions D/Objective-C brings to the D programming language. It assumes some prior knowledge of [http://developer.apple.com/library/mac ...able to use the system frameworks on Mac OS X and iOS. This proposal adds language extensions to make it significantly easier to interact and create libraries
    22 KB (3,155 words) - 14:44, 28 December 2014
  • ...aphies of mentors for Google Summer of Code Projects for the D Programming Language. If you are looking for information on the creatures from the Harry Potter
    350 bytes (54 words) - 05:51, 23 January 2018
  • --[enable|disable]-nls # Native language support (NLS). Lets GDC output diagnostics in languages other than English
    7 KB (952 words) - 20:06, 1 September 2015
  • Yup. https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/jsvar.d https://github.com/adamdruppe/misc-stuff-including-D-programming-language-web-stuff/blob/master/script.d
    5 KB (895 words) - 17:02, 10 May 2017
  • === Enable D language ===
    3 KB (487 words) - 20:04, 1 September 2015
  • |Language: https://github.com/D-Programming-Language/druntime/pull/493
    4 KB (671 words) - 05:05, 29 August 2013
  • Since D is not a managed language, you are free to use pointers anywhere in the code, without encompassing th There is no such concept in D language, but D programmers prefer to use [http://dlang.org/phobos/std_signals.html
    26 KB (3,437 words) - 23:54, 9 May 2021
  • "If you rely on tools to make the code _readable_, not only has the language kinda failed at being a nice clean readable language, but you also can't easily read it easily outside the IDE. People read
    3 KB (518 words) - 17:23, 8 September 2013
  • ==== Language Options ==== | '''-fd-verbose'''||Print information about D language processing to stdout.
    10 KB (1,432 words) - 16:07, 9 June 2022
  • Other changes will be '''undefined behavior''', because until now D language hadn't defined well about qualified postblits.
    13 KB (1,878 words) - 01:08, 19 December 2013
  • ...and from other types are useful, and is to some extent covered by existing language features. Some cases are currently not covered, but could be worthy additio ...d enable, and <code>opImplicitCastFrom</code> is simply not covered by the language today.
    7 KB (990 words) - 00:53, 15 December 2013
  • ...nfused about its exact semantics. However, this is a very core part of the language right now, widely used both in libraries and user code in variety of forms; ...g/tuple is completely re-written to given full big picture of this part of language / Phobos
    8 KB (1,137 words) - 18:35, 7 March 2014
  • The language should support an implicit *caller pointer for functions (callee) for acces
    14 KB (2,212 words) - 14:27, 15 June 2016
  • | The front-end (DMD) language implementation and license. | Add D language support to GCC proper.
    9 KB (1,363 words) - 22:15, 28 October 2018
  • Community contributed pictures and drawings of the D language mascot, which can also be found on the D homepage.
    451 bytes (66 words) - 20:24, 7 February 2019
  • ...meant as a resource for all of us that wants to help Walter develop the D language by developing a modified DMD frontend that can make use of GCC's middle and ...cc/d/. It is within this subfolder that we must perform all changes to the language. GCC has other frontends such c (C), cp (C++), java (Java), objc (Objective
    11 KB (1,733 words) - 20:04, 1 September 2015
  • --[enable|disable]-nls # Native language support (NLS). Lets GDC output diagnostics in languages other than English
    7 KB (1,073 words) - 19:59, 22 June 2017
  • ** detect a users default language ** select a global application language
    18 KB (2,945 words) - 20:23, 1 September 2015

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