|
|
|
|
|
by cmrdporcupine
951 days ago
|
|
Safety was something added to Rust as it developed, not one of the original goals. As I recall it. And you're working with multiple definitions of "safety" here, and Rust sorta conflates them all via borrow checker, but the one people are usually most concerned with is memory safety which is not a concern for a garbage collected language. I do seem to recall that StandardML did not have exceptions though. And I always felt that SML was the better language. OCaml adding OO classes and exceptions and other 90s trends that actually have ended up not aging well... |
|
> I have been writing a compiled, concurrent, safe, systems programming language for the past four and a half years.
Safety was always part of it.