Comment on Factor 0.96 now available – over 1,100 commitsparentComments−djhworld13yI like the way Haskell uses it's composition function operator (.), it's very clean, e.g. λ>putStrLn . reverse . map toUpper $ "hello world" DLROW OLLEH
Comments
I like the way Haskell uses it's composition function operator (.), it's very clean, e.g.