from Hacker News

Real-World Haskell: Carnival, a Blog Commenting Service

by Croaky on 8/2/14, 2:58 PM with 5 comments

  • by noelwelsh on 8/2/14, 7:36 PM

    A nice read.

    Seems that most of the problems involved deployment on Heroku, suggesting that Heroku is not a good platform for deploying Haskell. Perhaps if you're changing language the rest of the process should change as well?

  • by codygman on 8/2/14, 8:00 PM

    Great article, I really look forward to future blogs about Haskell and web development. I'm also interested in how Haskell can improve my software for myself and my clients.

    I've found the type system combined with using the repl to do iterative development to be a huge productivity and stability win.

  • by ksec on 8/2/14, 3:46 PM

    Interesting, I always thought thoughtbot as a Ruby Shop.