
On 7 April 2010 19:19, Kyle Murphy
Near as I can tell, the options for doing websites with Haskell can be boiled down to: 1) Happs(tack) 2) Yesod 3) Roll your own from low level components
Uh...
From http://hackage.haskell.org/packages/pkg-list.html#cat:web
1. happs 2. yesod 3. hack 4. salvia 5. kibro 6. hsp (barely a framework, I think) Other frameworks not on hackage, possibly not under active development: 7. hvac ( http://fmapfixreturn.wordpress.com/2008/03/23/ann-hvac-01b-a-transactional-d... ) 8. turbinado ( possibly abandoned: http://github.com/alsonkemp/turbinado ) 9. WASH ( http://www.haskell.org/haskellwiki/WaSh , http://www.informatik.uni-freiburg.de/~thiemann/WASH/ ) There are some other bits which don't qualify as full frameworks, but might well be useful in their own right: - HStringTemplate - formlets And there's bound to be stuff that I've missed. Alistair