|
|
|
|
|
by lemonwaterlime
735 days ago
|
|
Haskell has yesod, which is Haskell’s Rails. It’s a batteries included web app scaffold. You still need to understand monads, though. But any Haskell shop with web apps is using that. There’s also scotty and servant for web server stuff. There’s Esqueleto and Persistent for doing postgreSQL database queries. And so on. |
|
Even though they are biased:
"From a purely technical point of view, Haskell seems to be the perfect web development tool."
But I skimmed the tutorials and can say, I am really not surprised, why it did not take off.
The perfect web developement tool is simple in my opinion. Yesod isn't.