Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Haskell

Name: Anonymous 2007-01-31 22:01

Haskell, single greatest language ever created in the history of man.  Discuss

Name: Anonymous 2007-02-02 17:04

>>23
items :: IO [String]
items =
  readFile "file" >>=
  return . (filter (not . ("#" `isPrefixOf`))) . (filter (not . null)) . lines

main :: IO ()
main = items >>= putStr . drawForest . subForest . buildTree >> return ()

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List