What were some of your biggest breakthroughs while learning D?
Nicholas Wilson
iamthewilsonator at hotmail.com
Wed Jul 7 01:19:37 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.
UFCS + ranges made me how algorithms are supposed to compose
You can make useful but really horrible interfaces (i.e. OpenCL)
rather nice with reflection and CTFE
More information about the Digitalmars-d
mailing list