Hac 2007 II/Projects

From HaskellWiki
< Hac 2007 II
Revision as of 10:21, 5 October 2007 by Emk (talk | contribs) (Links to more resources)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Generic Information

How to create repositories...

Active Projects

Please feel free to describe your current project here!

Cabal

ByteString network

Change Network.* to use strict ByteStrings instead of Strings. It would also be nice to tidy up the #ifdef mess.

Current hacker(s): tibbe (Johan Tibell)

Probability monads

A really cool existing implementation: Probabilistic functional programming

Darcs repository and draft paper.

Things to work on:

  1. Get MaybeT into Hackage.
  2. Is WriterT really the right monad transformer? We want the join and bind operations, but not the rest of the MonadWriter type class.
  3. Should probabilities be represented as floats, fractions or a type class?
  4. Can this run fast enough to be useful?

Current hacker(s): ekidd (Eric Kidd)