Real-World Haskell: Carnival, a Blog Commenting Service
robots.thoughtbot.com
Real-World Haskell: Carnival, a Blog Commenting Service
1–6 of 6 posts
Re: Real-World Haskell: Carnival, a Blog Commenting Service
#2Re: Real-World Haskell: Carnival, a Blog Commenting Service
#3Interesting, I always thought thoughtbot as a Ruby Shop.
I find Haskell development to be fun and interactive in the spirit of Lisp and Ruby. I have professionally programmed in various Lisp dialects since 1981, and I find that Ruby, Lisp, and Haskell feel like the same party.
Re: Real-World Haskell: Carnival, a Blog Commenting Service
#4Interesting, I always thought thoughtbot as a Ruby Shop.
While we love Ruby and Rails and we've been fortunate to have chosen Rails very early on, as people who want to enjoy our tools, we don't want to miss out on finding the next thing we love to work with.
Re: Real-World Haskell: Carnival, a Blog Commenting Service
#5Seems 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?
Re: Real-World Haskell: Carnival, a Blog Commenting Service
#6I've found the type system combined with using the repl to do iterative development to be a huge productivity and stability win.