do memory safe languages matter less now?
do memory safe languages matter less now?
Posted Apr 22, 2026 16:56 UTC (Wed) by farnz (subscriber, #17727)In reply to: do memory safe languages matter less now? by bertschingert
Parent article: Firefox: The zero-days are numbered
It all depends crucially on costs.
We moved from assembly to higher level languages like C in large part because the cost of doing a good enough job in C was much lower than the cost of doing a good enough job in assembly; not just the financial cost, but also the time cost.
If the comparison is "Rust with AI vulnerability finder" versus "C with AI vulnerability finder", then the question becomes which is cheaper - if you spend significantly more money on the AI for C, and then significantly more time, it'll push people to Rust. If the AI costs for checking Rust are higher, and the time to a releasable product is higher, people will stick to C.
