
Hi, I'm just starting out with Haskell and I thought a good way to learn/practice would be to re-implement a small web app. The web app I plan on re-implementing is made up of a restful (java) api with a angularjs client. The api and client is served by jetty. I'd appreciate suggestions on frameworks and/or tools that make the most sense as I start out. I was thinking of using scotty + warp + persistence for the api/serving of static content. As for tooling, I was thinking of vim with ghc-mod & syntastic. Thanks. -Ari

On Thu, Apr 17, 2014 at 3:33 AM, Ari King
I was thinking of using scotty + warp + persistence for the api/serving of static content. As for tooling, I was thinking of vim with ghc-mod & syntastic.
Add hasktags (or some other tag generator found on hackage) and you have the same setup I use. I'd be very interested in how you find it, and any adjustments you make to the tool setup during the way. /M -- Magnus Therning OpenPGP: 0xAB4DFBA4 email: magnus@therning.org jabber: magnus@therning.org twitter: magthe http://therning.org/magnus
participants (2)
-
Ari King
-
Magnus Therning