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