Name: Anonymous 2013-03-11 21:41
Buttcoin got forked because 0.7 and 0.8 are incompatible. Remember the fags who said Bitcoin wasn't shit? You fags sure got told.
Lisp | Haskell
-----------------|--------------------------------------------------------------
Prefix notation. | flip flip snd . (ap .) . flip flip fst . ((.) .) . flip .
| (((.) . (,)) .) (`ap` snd) . (. fst) . (flip =<< (((.) .
| (,)) .)) (`ap` snd) . (. fst) . flip
| (. ((. ((. return) . (:))) . (.) . (:))) . (.) . (.) . (:)
isAnagram = on (==) $ sort . map toLower . filter isAlphaisAnagram and deanagram was really bothering me. Also, what kind of idiot does map before filter when the only difference is that doing filter first is more efficient?