Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Functional programming helps because the lack of mechanisms in languages to manage state mutability. FP brings in the big ban, keeping things immutable, to make state management easier. When new languages like Rust that can automatically track state ownership, state management and mutability are much easier. You don't need to enforce immutability all the times, though it still helps. The need for FP's practices is actually lessen.


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

Search: