Eh, I've worked on a lot of really shitty C code bases. Yeah memory safety is a class of bug but that doesn't exist in other languages but every ecosystem has its share of footguns.
The real time sinks are caused by the same thing regardless of language; poor design.
It is the issue, when the industry nonetheless keeps on insisting on using languages that have neither garbage collection nor ownership semantics. Is your kernel, OS, userland memory-safe yet?
wavemode|1 year ago
But nowadays almost every popular modern language is memory safe. So it has become yet another thing that doesn't really differentiate Lisp anymore.
motherfsck|1 year ago
The real time sinks are caused by the same thing regardless of language; poor design.
jonathanstrange|1 year ago
phoe-krk|1 year ago