Hi John,
On Mon, Aug 24, 2009 at 11:13 PM, John Meacham wrote:
> Hi, I am happy to announce the jhc optimizing haskell compiler version 0.7.1.
>
> Information on installing jhc is here:
> http://repetae.net/computer/jhc/building.shtml
> And the Main page is here: http://repetae.net/computer/jhc
Hi, I am happy to announce the jhc optimizing haskell compiler version 0.7.1.
Information on installing jhc is here:
http://repetae.net/computer/jhc/building.shtml
And the Main page is here: http://repetae.net/computer/jhc
There have been a lot of changes since the last public release, Some
not
rss2irc is an irc bot created by Don Stewart to watch rss feeds and
announce new items on irc. I have been tweaking and testing it for a
while, and have taken up the maintainer reins. I'm happy to announce
release 0.3, with:
- reliable http networking
- irc flood protection
- better error h
While developing applications which deal with complex data it is crucial
to know how exactly you manipulate this data. Haskell provides excellent
tools for expressing a data scheme you work with: ADTs, `type` and `newtype`
declarations, type classes and much more is hidden in rich Haskell's
type
Dear Haskellers,
hoauth is a library which helps you to deal with oauth protocol.
Currently it supports only consumer side applications, but there are
plans to add service providers support in near future.
The source code can be found at [darcs]: http://projects.bitforest.org/hoauth/
and now in h