[Haskell-cafe] Looking for final year project - using Haskell, or another functional language

Paul Johnson paul at cogito.org.uk
Tue Jul 10 18:30:11 EDT 2007


>
> On 7/10/07, *wp* <walter1003 at gmail.com <mailto:walter1003 at gmail.com>> 
> wrote:
>
>     Hi all,
>
>
>     Does anybody know anyone who would have a task suitable for such a
>     project which would encompass the whole development life cycle
>     (maybe a sub-project?).
>
>

How about implementing AQMP (Advanced Queuing Message Protocol)?  A 
chunk of it can be generated directly from the XML specification, and 
the rest should be a reasonably sized project.  Also you can split the 
project into phases (e.g. client architecture, minimal server, extra 
bits of server), so even if you only get part way through you would have 
made a distinct contribution with some finished code to show for it.

http://www.amqp.org/

Paul.



More information about the Haskell-Cafe mailing list