What were some of your biggest breakthroughs while learning D?

Steven Schveighoffer schveiguy at gmail.com
Wed Jul 7 13:42:28 UTC 2021


On 7/6/21 4:53 PM, 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.

Learning to not care about using the GC.
Learning to have the compiler write code the way I would write it. 
vibe.d was immensely inspiring for this!

-Steve


More information about the Digitalmars-d mailing list