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

I like the way Haskell uses it's composition function operator (.), it's very clean, e.g.

  λ>putStrLn . reverse .  map toUpper $ "hello world"
  DLROW OLLEH



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

Search: