Python cryptography, Rust, and Gentoo
Python cryptography, Rust, and Gentoo
Posted Feb 11, 2021 0:59 UTC (Thu) by Paf (subscriber, #91811)In reply to: Python cryptography, Rust, and Gentoo by BirAdam
Parent article: Python cryptography, Rust, and Gentoo
Come on, you know better. The idea is that it is sometimes necessary or desirable but *difficult and time consuming* to write well/safely/securely in C. The goal here is to reduce the amount of code that needs to be written in it, and I think that’s reasonable. (I’m a file system and kernel dev who makes his living in C, btw.)
I love working in C, I love the simplicity and feeling of precision. But it’s been amply demonstrated that humans are not great at getting memory allocation and pointer arithmetic, etc, right, and if we can remove that as a problem for more code, then that’s desirable. And yeah, sure, some developers are better at it than others. But why should we make anything harder unless we need to?
