Join Nostr
2026-04-06 15:52:00 UTC
in reply to

GNU/翠星石 on Nostr: squid64 Literally any memory safe language that already exists and has a ...

Literally any memory safe language that already exists and has a specification.

GNU ada, perl, lisp, guile, python (did it become proprietary?), go and GNU Bash are all memory safe (almost all boring high-level languages are memory-safe).

Memory safety is a joke - most errors are logic errors and rust ironically causes more security issues by how the borrow checked pretty much forces the programmer to implement logic errors.