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. code review (Chris Bolton)
2. Re: code review (Henk-Jan van Tuyl)
----------------------------------------------------------------------
Message: 1
Date: Fri, 1 Nov 2013 13:27:02 -0700
From: Chris Bolton <[email protected]>
To: [email protected]
Subject: [Haskell-beginners] code review
Message-ID: <[email protected]>
Content-Type: text/plain; charset="utf-8"
Just finished my first haskell library this morning and thought I'd throw it up
on the mailing list and see if anyone had any suggestions. Still pretty new to
haskell and I?m sure it?s not super idiomatic.
https://github.com/saiko-chriskun/migrate
https://github.com/saiko-chriskun/migrate-rethinkdb
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://www.haskell.org/pipermail/beginners/attachments/20131101/54f5ed22/attachment-0001.html>
------------------------------
Message: 2
Date: Fri, 01 Nov 2013 22:39:41 +0100
From: "Henk-Jan van Tuyl" <[email protected]>
To: [email protected], "Chris Bolton" <[email protected]>
Subject: Re: [Haskell-beginners] code review
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
On Fri, 01 Nov 2013 21:27:02 +0100, Chris Bolton <[email protected]> wrote:
> Just finished my first Haskell library this morning and thought I'd
> throw it up on the mailing list and see if anyone had any suggestions.
> Still pretty new to Haskell and I?m sure it?s not super idiomatic.
>
> https://github.com/saiko-chriskun/migrate
> https://github.com/saiko-chriskun/migrate-rethinkdb
As a Windows user, I am not very fond of getUnixTime; can't you use
getCurrentTime from Data.Time.Clock? This is from package time, which is
included in the Haskell Platform.
Regards,
Henk-Jan van Tuyl
--
Folding@home
What if you could share your unused computer power to help find a cure? In
just 5 minutes you can join the world's biggest networked computer and get
us closer sooner. Watch the video.
http://folding.stanford.edu/
http://Van.Tuyl.eu/
http://members.chello.nl/hjgtuyl/tourdemonad.html
Haskell programming
--
------------------------------
Subject: Digest Footer
_______________________________________________
Beginners mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/beginners
------------------------------
End of Beginners Digest, Vol 65, Issue 1
****************************************