10

Are there any MVC web frameworks for Haskell?

Don Stewart
  • 137,316
  • 36
  • 365
  • 468
Alexey Zakharov
  • 24,694
  • 42
  • 126
  • 197

2 Answers2

8

It may be worth looking at the Yesod framework:

http://docs.yesodweb.com/

which takes some of the concepts found in MVC web frameworks fitted in modern and idomatic Haskell.

Cristiano Paris
  • 1,786
  • 2
  • 14
  • 21
-3

2 seconds... Google... http://github.com/alsonkemp/turbinado/wiki

Lazarus
  • 41,906
  • 4
  • 43
  • 54
  • 4
    More 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
  • @Daniel Pratt: Sounds like Alexey is barking up the wrong tree then. – Lazarus Sep 30 '10 at 13:18
  • 1
    Thank you Lazarus. I also find turbinado, but posted this question to find all existing projects. – Alexey Zakharov Sep 30 '10 at 14:33
  • 1
    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 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