Send Beginners mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://www.haskell.org/mailman/listinfo/beginners
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Beginners digest..."
Today's Topics:
1. Learning Haskell: Web Project (Ari King)
2. Re: Learning Haskell: Web Project (Magnus Therning)
----------------------------------------------------------------------
Message: 1
Date: Wed, 16 Apr 2014 21:33:49 -0400
From: Ari King <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] Learning Haskell: Web Project
Message-ID:
<capcs2ahu4k5dxd2grtwlbbucz3u4im9kmdam4d4_o8g9m-j...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20140416/f9447280/attachment-0001.html>
------------------------------
Message: 2
Date: Thu, 17 Apr 2014 09:03:52 +0200
From: Magnus Therning <[email protected]>
To: The Haskell-Beginners Mailing List - Discussion of primarily
beginner-level topics related to Haskell <[email protected]>
Subject: Re: [Haskell-beginners] Learning Haskell: Web Project
Message-ID:
<CAAExw5ubhuFzG1QK9bx=y5yqs88nswt++lqkrrghxzl2knf...@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
On Thu, Apr 17, 2014 at 3:33 AM, Ari King <[email protected]> wrote:
> 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: [email protected] jabber: [email protected]
twitter: magthe http://therning.org/magnus
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 70, Issue 33
*****************************************