Search results

Jump to: navigation, search
  • ...ter on a tuple as context. As D tuples are not expressible in D, no sample code on that one. pure have the same semantic as for function and is not saying
    8 KB (1,288 words) - 08:44, 3 July 2015
  • * Download and install [http://code.google.com/p/conemu-maximus5/ ConEmu]. ...amples of automatically running DMD (e.g. when developing and testing some code):
    9 KB (1,413 words) - 04:56, 27 March 2018
  • * Use some of the D semantics to improve D code optimization (Walter talks about this all the time); * Implement better high level optimizations for D code that uses array ops.
    6 KB (1,109 words) - 20:23, 1 September 2015
  • Inside tuple literal, <code>;</code> never appears. So it will not be confused with lambdas and ScopeStatements <code>if</code> statement with pattern matching
    17 KB (2,360 words) - 16:31, 11 March 2016
  • ...hy of standard exception classes, to be used in druntime, Phobos, and user code. ...ories (<code>std.exception.ErrnoException</code>, or even <code>Exception</code>). This makes it very hard to distinguish between different error conditio
    19 KB (2,557 words) - 19:26, 1 April 2013
  • ...ictions. Minor redefinition of <code>ref</code> in regards to <code>@safe</code> is also proposed. ...n (possibly) costly value copying for aggregate rvalues. <code>auto ref T</code> is template-based and thus bloats at least the symbol table. A solution is
    9 KB (1,473 words) - 08:06, 25 June 2015
  • ...ance network programs in D, which match the performance of existing native-code solutions Both libraries also contain miscellaneous code which is not specific to networking / event loops:
    13 KB (1,989 words) - 11:34, 12 December 2016
  • ...s impossible to split up a module into a package in place without breaking code, and we'd like to be able to do that. There are also people who want the ab ...the file ''package.d'', we completely avoid the risk of breaking existing code as package is a keyword and therefore is normally illegal as a module name.
    4 KB (594 words) - 05:48, 1 September 2013
  • to implement language changes in library code. Many existing language features could have been implemented with AST macros, like <code>scope</code>, <code>foreach</code> and similar language constructs.
    14 KB (2,079 words) - 19:52, 1 September 2015
  • ...value references: backwards compatible, escapable, safe against ref/nonref code evolution, compatible with UFCS and DIP38 == ...value references: backwards compatible, escapable, safe against ref/nonref code evolution, compatible with UFCS and DIP38.''
    9 KB (1,487 words) - 01:18, 13 May 2013
  • * make the code more DRY * it won't break any code.
    4 KB (538 words) - 07:25, 14 May 2013
  • ...riables need to have an extra <code>extern</code> and the <code>__gshared</code> storage. ...a typedef just use the name of the typedef. No alias is required in the D code in this case. I actual noticed now that you have this example.
    6 KB (947 words) - 16:54, 28 January 2017
  • ...013 talk]. Historically based on D1 / Tango but from their public comments code is being migrated to D2. [http://dconf.org/2015/talks/strasuns.html Talk] ...dex.html#windows ABA Games] (2004-2005). Written in D 0.x, includes source code.
    4 KB (631 words) - 13:03, 25 March 2021
  • This is a natural fit for D. It does not break any existing code, and is simple to implement - it's just a rewrite in the parser.
    994 bytes (146 words) - 00:33, 30 July 2013
  • an abbreviated declaration for class <code>NSComboBox</code>: This declaration will not emit any code because it was tagged as
    22 KB (3,155 words) - 14:44, 28 December 2014
  • This page provides brief biographies of mentors for Google Summer of Code Projects for the D Programming Language. If you are looking for informatio
    350 bytes (54 words) - 05:51, 23 January 2018
  • ...draft in progress: useful snippets for the D newcomer on writing efficient code]]
    215 bytes (25 words) - 14:16, 1 February 2015
  • ...nitial Android port is available but development is paused for now and the code is in early alpha (read useless) state. See [[GDC/Installation/Android|Ins
    1 KB (146 words) - 20:05, 1 September 2015
  • ...ompile a '''release version''' drop {{code|--disable-bootstrap}} and use {{code|--enable-checking&#x3d;release}}. Other configure arguments you might want ...form the build. {{code|make install}} will install the compiled GDC. Use {{code|make install-strip}} to automatically strip symbols from the huge executabl
    7 KB (952 words) - 20:06, 1 September 2015
  • ...though, I want to talk about weak dynamic typing in D. Can we make valid D code that looks like Javascript? ...s, then does a runtime check: if that is the operator they wanted, run the code, which uses mixin to forward it all straight to D. Note that the mixin is d
    5 KB (895 words) - 17:02, 10 May 2017

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