Thread overview
Memory Safer in a Systems Programming Language Part 3
Jan 05, 2023
Mike Parker
Jan 08, 2023
Dukc
Jan 08, 2023
matheus
January 05, 2023

I've just published the third and final article in Ate Eskola's series on memory safety in D. Parts 1 and 2 were primarily about DIP1000. In this post, he digs into function attribute inference.

The blog:
https://dlang.org/blog/2023/01/05/memory-safety-in-a-systems-programming-language-part-3/

Reddit:
https://www.reddit.com/r/programming/comments/103xcha/memory_safety_in_the_d_programming_language_part_3/

January 08, 2023

Thanks for Mike, he has done pretty much work in editing each of my posts and keeping everything in order. He's not employed as English teacher for nothing!

January 08, 2023
On Thursday, 5 January 2023 at 12:10:10 UTC, Mike Parker wrote:
> I've just published the third and final article in Ate Eskola's series on memory safety in D. Parts 1 and 2 were primarily about DIP1000. In this post, he digs into function attribute inference.
>
> The blog:
> https://dlang.org/blog/2023/01/05/memory-safety-in-a-systems-programming-language-part-3/
>
> Reddit:
> https://www.reddit.com/r/programming/comments/103xcha/memory_safety_in_the_d_programming_language_part_3/

Another great article, and by the way I think D organization is doing a great job publishing these articles and videos to gather more attention.

Matheus.