diff --git a/code_to_learn_from.md b/code_to_learn_from.md index b2ee570..9b397a5 100644 --- a/code_to_learn_from.md +++ b/code_to_learn_from.md @@ -22,12 +22,14 @@ Code listed isn't necessarily complete or a usable product. The point is that th - https://gist.github.com/bitemyapp/2311fcbfa152ce0980ed Filewriter example from the Haskell.org wiki I believe + # Web apps - https://github.com/bitemyapp/shawty-prime This URL shortener written in Scotty is explained in detail in [Haskell Programming](http://haskellbook.com) - https://github.com/thoughtbot/carnival Yesod app. Sort of an open source clone of Disqus. + # Chat ## IRC bots