Are there any MVC web frameworks for Haskell?
More or less abandoned, I believe. The consensus seems to be that the approach was not a good fit for Haskell.
Daniel Pratt
2010-09-30 12:15:08
@Daniel Pratt: Sounds like Alexey is barking up the wrong tree then.
Lazarus
2010-09-30 13:18:06
Thank you Lazarus. I also find turbinado, but posted this question to find all existing projects.
Alexey Zakharov
2010-09-30 14:33:31
Alexey, make sure you mention such things in your question. The more specific you are the less likely you are to get answers like mine ;)
Lazarus
2010-09-30 15:30:35
+3
A:
It may be worth looking at the Yesod framework:
which takes some of the concepts found in MVC web frameworks fitted in modern and idomatic Haskell.
Cristiano Paris
2010-09-30 14:20:43