October 08, 2022

Ate Eskola continues his DIP 1000 tutorial series on the blog. Part 1 covered slices and pointers. In Part 2, he explains how it all works with references.

I want to thank Ate for his patience and his time with this one. He sent me the first draft of this several weeks ago, and it went through a much longer process of editing and reviewing than normal because of significant delays on my end, and he ended up writing multiple drafts. It's an important series, though, given how it serves as an introduction to memory safety in D. Thanks for all the work, Ate!

The blog:
https://dlang.org/blog/2022/10/08/dip1000-memory-safety-in-a-modern-systems-programming-language-part-2/

Reddit:
https://www.reddit.com/r/programming/comments/xyvfnh/memory_safety_in_the_d_programming_language_part/

October 09, 2022

On Saturday, 8 October 2022 at 15:33:59 UTC, Mike Parker wrote:

>

...

Good article.