Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any MVC web frameworks for Haskell?

Are there any MVC web frameworks for Haskell?

like image 688
Alexey Zakharov Avatar asked Sep 30 '10 10:09

Alexey Zakharov


People also ask

Can I use Haskell for web development?

With Haskell's type-system, you're very confident in making major changes at any point in the project lifecycle. So Haskell is a great fit for the kind of fast-changing web applications we're building.

What is IHP framework?

IHP is a database centric web framework. We introspect your database schema to provide type-safe APIs and query builders. You don't have to be a database expert to use IHP, with the Schema Designer you quickly click together your data structures.


1 Answers

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.

like image 57
Cristiano Paris Avatar answered Oct 23 '22 13:10

Cristiano Paris