Remix.run Logo
jabl 4 hours ago

Rust and Ada are about equally safe, both have advantages and disadvantages. Perhaps you're thinking about SPARK ADA, but that's a different kettle of fish.

It's a bit like saying you should program in C, because formal verification tool X generates C code hence C is safe.

afdbcreid 3 hours ago | parent | next [-]

Rust and non-SPARK Ada are not equally safe. Ada is unsafe in the presence of data races, and also has runtime checks that slow it down, or you disable them and then it's even less safe.

bbippin 3 hours ago | parent | prev [-]

Yeah SPARK ADA is what I meant :)

I think formal verification is the way to go with AI moving forward.