Search

January 09, 2024
General »
...23:21:34 UTC, Walter Bright wrote:

<snip>

You are underestimating what can be gained...
January 07, 2024
General »
[snip]

I said nothing about good tooling, documentation, etc. Of *course* those are necessary for...
January 05, 2024
General »
...j=$(j)");
}
----------snip----------

Output:
----------snip----------
i=10 abc=hooray j=1.5
----------snip----------

[...]

There's...
January 03, 2024
Learn »
...Curiously_recurring_template_pattern


Something like this:


----------SNIP-----------
import std.stdio;

interface MyIntf {
	void work...
October 26, 2023
General »
...valRef;                  // A
    node.getVarSymbol().setValueRef(valRef);    // B
    ---snip---
    variableRef = vars[symbolName];                   // A  => THIS WORKS
    variableRef...
October 26, 2023
General »
...vars[symbolName] = valRef;
            node.getVarSymbol().setValueRef(valRef);
---snip---
            variableRef = vars[symbolName];                    => WORKS
            variableRef = node.getVarSymbol...
October 03, 2023
Learn »
[snip]

This works for me:

```d
import std;

auto data="I went for a walk...
September 28, 2023
Issues »
...Output(binary):
---
$ objdump -dr -Mintel pie.o
(snip)
Disassembly of section .text._Dmain:

0000000000000000 <_Dmain...
September 25, 2023
Issues »
...d_arrayappendcTXImpl!(int[], int)._d_arrayappendcTX, file <snip>/import/core/internal/array/appending.d, line...
September 18, 2023
Announce »
...000.

$ wc *.d
<snip>
 218983  870208 7134770 total
$ dscanner --sloc *.d
<snip>
total:  98645

Let...
1 2 3
Next ›   Last »