Hacker News new | ask | show | jobs
by tambourine_man 3741 days ago
If by safe you mean memory managed by default with opting out (unsafe keyword, or something similar), then I would bet so.

If you mean safe like there's no way a programer can screw this (100% memory managed like JavaScript, Python, Ruby) than I'd bet not.

1 comments

The former, something like Rust.