Are there any MVC web frameworks for Haskell?
K

2

10

Are there any MVC web frameworks for Haskell?

Karleen answered 30/9, 2010 at 10:27 Comment(2)
See #5645668Ultraism
See also #51522Ultraism
M
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.

Margretmargreta answered 30/9, 2010 at 14:20 Comment(2)
Thank Cristiano. Yesod is very interesting project.Karleen
I would be surprised if Yesod used MVC. How does it achieve observing models from within views?Jaco
L
-3

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

Lonee answered 30/9, 2010 at 10:29 Comment(5)
More or less abandoned, I believe. The consensus seems to be that the approach was not a good fit for Haskell.Inquisitionist
@Daniel Pratt: Sounds like Alexey is barking up the wrong tree then.Lonee
Thank you Lazarus. I also find turbinado, but posted this question to find all existing projects.Karleen
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 ;)Lonee
@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.Lonee

© 2022 - 2024 — McMap. All rights reserved.