|
You are here |
donsz.nl | ||
| | | | |
smallcultfollowing.com
|
|
| | | | | ||
| | | | |
tmandry.gitlab.io
|
|
| | | | | My last post, The Rust Organization in 2021, was about how things got done. In this post, I want to talk about what I'd like to see get done: the biggest language, library, and compiler features I'd like to see in 2021. To be sure, this post is more of a "wish list," in the sense that it may not be possible to do all of it in a year. But these are the most important things I can think of to make progress on. | |
| | | | |
atilaoncode.blog
|
|
| | | | | TL;DR? https://github.com/atilaneves/fearless The first time I encountered a mutex in C++ I was puzzled. It made no sense to me at all that I was locking one to protect some data and the only way to indicate what data was protected by a certain mutex was a naming convention. It seemed to me like a... | |
| | | | |
simpleprogrammer.com
|
|
| | | Rust and Go are new programming languages. Each solves problems inherent in previous programming languages such as C and C++. And if you're not sure which one fits your project - check out this comparison article, in which we'll look deeper into Rust vs. Go. By the end of the comparison, you'll have a clear [...] | ||