Hacker News new | ask | show | jobs
by djhworld 4809 days ago
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