Hacker News new | past | comments | ask | show | jobs | submit login

> It's like C++ only nicer and safer

Rust is enforcing safety while C++ does not. C++ can be safe if you need it to be. Just use safe constructs.

I'd argue that some people might not find Rust nicer.




C++ won't be as safe as Rust unless you use it like Java, copying everywhere or overusing shared_ptr so you don't worry about lifetimes, which nobody really does.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: