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

Haskell always seemed like it was meant for the really mathematical subset of compsci that loves notation and that's why some of those who really love compsci love it.


Incidentally, Haskell has list comprehensions so you could write

  [x^2 | x <- [1..10]]
which looks about as legible as the Python version.




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

Search: