[Haskell] Haskell Weekly News: April 12, 2007

2007-04-11 Thread Donald Bruce Stewart
--- Haskell Weekly News http://sequence.complete.org/hwn/20070412 Issue 60 - April 12, 2007 --- Welcome to issue 60 of HWN, a weekly newsletter coverin

Re: [Haskell] Google SoC - student allocations

2007-04-11 Thread Taral
On 4/11/07, Malcolm Wallace <[EMAIL PROTECTED]> wrote: So here they are! The list states * project title, * the student who will be funded, * the primary mentor from haskell.org, * and a set of backup mentors who have expressed interest in looking after things too. (These

[Haskell] Software Patterns Blog

2007-04-11 Thread SPBlog
Greetings, I am pleased to broadcast the launch of a new blog called the software pattern blog http://pattern.ijop.org . This blog belongs to the editors of IJOP, columnists, staff, advisory, editorial and domain expert boards, external reviewers, and to those who hav

Re: [Haskell] ANNOUNCE: ParseP library 0.1

2007-04-11 Thread Donald Bruce Stewart
twanvl: > Hi, > > Mostly for fun, and to see how well it would work, I made a > generalized/improved variant of the ReadP parser library. > > Unlike ReadP ParseP can handle any type of token, and actually generates > error messages in case something goes wrong. It is also possible to use > thi

[Haskell] Google SoC - student allocations

2007-04-11 Thread Malcolm Wallace
Although there is still about one hour before Google officially publish the final tally of accepted Summer of Code projects, I think I now can safely reveal the 9 projects chosen for haskell.org, since we have no outstanding conflicts with other mentoring orgs. We received 64 proposals in total.

[Haskell] ANNOUNCE: ParseP library 0.1

2007-04-11 Thread Twan van Laarhoven
Hi, Mostly for fun, and to see how well it would work, I made a generalized/improved variant of the ReadP parser library. Unlike ReadP ParseP can handle any type of token, and actually generates error messages in case something goes wrong. It is also possible to use things other then a list

[Haskell] ANN: TagSoup library 0.1

2007-04-11 Thread Neil Mitchell
Hi TagSoup is a library for extracting information out of unstructured HTML code, sometimes known as tag-soup. The HTML does not have to be well formed, or render properly within any particular framework. This library is for situations where the author of the HTML is not cooperating with the pers

[Haskell] INRIA PhD position

2007-04-11 Thread Frederic Blanqui
Title: Generation of construction functions guaranteeing algebraic invariants on concrete data types Aim: Although concrete data types are very useful in defining complex data structures, they are not always sufficient to adequately specify the data structures required by some algorithms. Ofte