log

age author description
Sat, 12 Jan 2013 01:28:36 +0000 HackBot <GreyKnight> rm bin/update the_list
Sat, 12 Jan 2013 01:27:55 +0000 HackBot <GreyKnight> rm index.html
Sat, 12 Jan 2013 01:27:26 +0000 HackBot <GreyKnight> rm -r luabuild
Sat, 12 Jan 2013 01:27:20 +0000 HackBot <GreyKnight> rm -r gktemp
Sat, 12 Jan 2013 01:26:01 +0000 HackBot <oerjan> learn Heck is where you end up if you don\'t believe in Gosh.
Sat, 12 Jan 2013 01:22:35 +0000 HackBot <monqy> rm bin/monad-tutorial
Sat, 12 Jan 2013 01:22:30 +0000 HackBot <monqy> rm wisdom/monad-tutorials
Sat, 12 Jan 2013 01:22:26 +0000 HackBot <GreyKnight> echo "Monads are like monad tutorials." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:19:28 +0000 HackBot <GreyKnight> echo "Meet Bob, the Monadic Lover." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:19:01 +0000 HackBot <GreyKnight> echo "A monad is a container type together with a few methods defined on it. Monads model different kinds of computations." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:15:54 +0000 HackBot <GreyKnight> echo "A monad is like putting a value in a box." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:15:20 +0000 HackBot <GreyKnight> echo "A monad is like a \'macro\': All it does is a code-transformation." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:14:48 +0000 HackBot <GreyKnight> echo "Monads are monsters which can devour values and yield them up when slain." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:13:52 +0000 HackBot <GreyKnight> echo "I think of monads as computational environments in which you get to make up the rules." >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:12:30 +0000 HackBot <GreyKnight> rm wisdom/monad_tutorials
Sat, 12 Jan 2013 01:12:25 +0000 HackBot <GreyKnight> cat wisdom/monad_tutorials >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:12:07 +0000 HackBot <GreyKnight> echo "Actually, programming monads is much like cattle driving!" >> wisdom/monad-tutorials
Sat, 12 Jan 2013 01:09:39 +0000 HackBot <GreyKnight> echo "A monad is just a label that you stick onto a value to tell the compiler it\'s not a pure functional value." >> wisdom/monad_tutorials
Sat, 12 Jan 2013 01:06:02 +0000 HackBot <GreyKnight> echo \'A Monad is a class with a private field.\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 01:05:32 +0000 HackBot <GreyKnight> echo \'Monads can be used like adapters (the adapter pattern) in OOP.\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 01:02:38 +0000 HackBot <GreyKnight> sed -i s/_/-/ bin/monad-tutorial
Sat, 12 Jan 2013 01:02:18 +0000 HackBot <GreyKnight> mv wisdom/monad_tutorials wisdom/monad-tutorials
Sat, 12 Jan 2013 01:01:55 +0000 HackBot <GreyKnight> echo \'class Monad m where ; (>>=) :: forall a b. m a -> (a -> m b) -> m b ; (>>) :: forall a b. m a -> m b -> m b ; return :: a -> m a ; fail :: String -> m a\' >> wisdom/monad_tutorials
Sat, 12 Jan 2013 00:56:55 +0000 HackBot <GreyKnight> sed -i s/analogies/tutorials/ bin/monad-tutorial
Sat, 12 Jan 2013 00:56:44 +0000 HackBot <GreyKnight> mv wisdom/monad_analogies wisdom/monad_tutorials
Sat, 12 Jan 2013 00:56:07 +0000 HackBot <GreyKnight> echo "Monads are like overloading the semicolon." >> wisdom/monad_analogies
Sat, 12 Jan 2013 00:51:33 +0000 HackBot <GreyKnight> echo "Monads are like when you and a friend are trying to have a conversation about a mutual friend." >> wisdom/monad_analogies
Sat, 12 Jan 2013 00:50:22 +0000 HackBot <GreyKnight> ? monad >> wisdom/monad_analogies
Sat, 12 Jan 2013 00:47:43 +0000 HackBot <GreyKnight> echo "All space stations must put their astronauts into space suits before sending them out." >> wisdom/monad_analogies
Sat, 12 Jan 2013 00:45:37 +0000 HackBot <GreyKnight> echo "shuf -n 1 wisdom/monad_analogies" >> "bin/monad-tutorial"