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

Haskell was most certainly not made to address a concern about programmers being really bad at parallelism and thread safety.


It absolutely has. The functional programming paradigm is designed specifically to describe a program withoilut side effects, so you can be sure that execution is deterministic (and thus scalable and parallelizable). There are no other advantages to functional programming.




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

Search: