Comparing Haskell’s Snap and Yesod web frameworks

The two Haskell web frameworks in the news recently are Yesod (at 0.8) and Snap (at 0.4). It’s quite obvious that Yesod currently supports a lot more features than Snap. However, I can’t stand the syntax Yesod uses for its HTML, CSS and Javascript. So, I’d like to understand what I’d be missing if I … Read more