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

The benefits of immutability are still there though. You should generally design immutable by default and use mutability for performance where it matters.

Rust which was used here also has immutability by default and mutability is an explicit opt-in.




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

Search: