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

Attention to syntax is what ruby is good at.

Scala, Haskell treat syntax as a chore.



You don't know Haskell.

> take 8 $ cycle [1,2,3]


  cycleM x = x `mplus` (cycleM x)

  take 8 $ cycleM [1,2,3]
might be more generic?


Scala maybe, not Haskell (which barely has any syntax).




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

Search: