What were some of your biggest breakthroughs while learning D?
Max Samukha
maxsamukha at gmail.com
Wed Jul 7 08:41:05 UTC 2021
On Tuesday, 6 July 2021 at 20:53:12 UTC, Dylan Graham wrote:
> [Inspiration from this r/C_Programming
> post](https://www.reddit.com/r/C_Programming/comments/oeoq82/what_were_some_of_your_biggest_breakthroughs/)
>
> What's something you learnt or realised, a habit you developed,
> something you read or project you worked on that helped
> accelerate your understanding and/or productivity in D?
>
> For example, mixin templates finally clicking and you realise
> how to use them in your code base. Stuff like that.
For me, it is the indirect value I reaped by lurking in D's
forums. There used to be some interesting discussions by language
theorists that pushed me to learn and appreciate quite a bit of
"abstract nonsense" and shown how many of what I thought was a
cool new thing was just a hackish reincarnation of an old and
well explored concept (including mixin templates).
More information about the Digitalmars-d
mailing list