Three articles on D
Paul Backus
snarwin at gmail.com
Mon Jun 8 00:43:34 UTC 2020
On Monday, 8 June 2020 at 00:25:38 UTC, data pulverizer wrote:
> On Sunday, 7 June 2020 at 23:34:56 UTC, Paul Backus wrote:
>>
>> The examples here seem a bit contrived and unrealistic. It
>> might be difficult for readers to understand how and why they
>> would apply these techniques to their own code.
>>
>
> It would probably be helpful for you to pick an example and
> describe what you mean. From my point of view I'm targeting
> people writing numerical code and Julia. Someone like that will
> look at the article and think "hmm okay interesting ...".
[...]
> The second example getting static array size is from code that
> actually I use. The code is small in size and simple to follow.
See, that's one of the examples I had in mind, because the way
I'd get the length of a static array in real code is
arr.length
I assumed you knew about that and were just using the example to
demonstrate template argument deduction. :)
> The third example of value type is analogous to Julia's value
> types
> (https://docs.julialang.org/en/v1/manual/types/#%22Value-types%22-1) and targets people that have some familiarity with Julia - makes them feel comfortable knowing that some of the same Julia constructs are available in D.
I'm not familiar with Julia's value types, and reading the linked
page doesn't give me a clear idea what they are used for. Again,
the example does a decent job showing how template value
parameters [1] work, but it doesn't give me much of a clue about
why I'd want to use them. Perhaps that's just me, though, and a
programmer with a background in Julia would understand better.
[1] https://dlang.org/spec/template.html#template_value_parameter
More information about the Digitalmars-d
mailing list