Are there any MVC web frameworks for Haskell?
Asked
Active
Viewed 2,896 times
10

Don Stewart
- 137,316
- 36
- 365
- 468

Alexey Zakharov
- 24,694
- 42
- 126
- 197
-
See http://stackoverflow.com/questions/5645168/comparing-haskells-snap-and-yesod-web-frameworks – Don Stewart Apr 26 '11 at 04:40
-
See also http://stackoverflow.com/questions/51022/what-is-the-simplest-way-to-write-web-apps-in-haskell/5695847#5695847 – Don Stewart Apr 26 '11 at 04:40
2 Answers
8
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
- 1,786
- 2
- 14
- 21
-
-
I would be surprised if Yesod used MVC. How does it achieve observing models from within views? – Apr 20 '14 at 11:37
-3
2 seconds... Google... http://github.com/alsonkemp/turbinado/wiki

Lazarus
- 41,906
- 4
- 43
- 54
-
4More or less abandoned, I believe. The consensus seems to be that the approach was not a good fit for Haskell. – Daniel Pratt Sep 30 '10 at 12:15
-
-
1Thank you Lazarus. I also find turbinado, but posted this question to find all existing projects. – Alexey Zakharov Sep 30 '10 at 14:33
-
1Alexey, 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 Sep 30 '10 at 15:30
-
@AdamWagner If I thought the question deserved a fuller answer then I would have presented it. My answer is very specifically tailored to the question. – Lazarus Nov 27 '12 at 08:39