Comment on Snap for Beginners: Haskell Web DevelopmentparentComments−cies12yCheck out Fay (Haskell to JS). You can scaffold up a test site with Yesod where it integrates with Fay.https://github.com/yesodweb/yesod-scaffold/tree/postgres-fayIt's not quite Meteor (then I dont believe it is so great), but works today and gives you Haskell from front-to-back.The Haskell Center IDE of FPComplete is build with Yesod and Fay -- and that is a serious application.−chongli12yWhile nice it's definitely not for a beginner. This enormous scaffold pulls in so many different things that it'd take a very long time to figure out.−cies12yWell, so does Rails. I was (and still am) a beginner with this, but i got productive fairly quickly.
Comments
Check out Fay (Haskell to JS). You can scaffold up a test site with Yesod where it integrates with Fay.
https://github.com/yesodweb/yesod-scaffold/tree/postgres-fay
It's not quite Meteor (then I dont believe it is so great), but works today and gives you Haskell from front-to-back.
The Haskell Center IDE of FPComplete is build with Yesod and Fay -- and that is a serious application.
While nice it's definitely not for a beginner. This enormous scaffold pulls in so many different things that it'd take a very long time to figure out.
Well, so does Rails. I was (and still am) a beginner with this, but i got productive fairly quickly.