Difference between revisions of "Ideas for projects"

From HaskellWiki
Jump to navigation Jump to search
m
Line 10: Line 10:
   
 
* Polytypic unification
 
* Polytypic unification
* [research.microsoft.com/~akenn/fun/DrawingTrees.pdf Drawing Trees] (pdf)
+
* [http://research.microsoft.com/~akenn/fun/DrawingTrees.pdf Drawing Trees] (pdf)
 
* Zippers
 
* Zippers
   

Revision as of 14:34, 9 February 2007

New to Haskell? Want to learn or practice your Haskell on a practical project? Here are some ideas for useful things you could work on.

Pre-existing projects

  • The Darcs project are always looking for extra help. See especially the ProbablyEasy bugs.

Guided implementations

Sometimes you just want to write some code without having to think of the algorithms or the bigger picture. How about implementing some Functional Pearls or porting some pre-existing code to Haskell? You could then release them to the community as a nice Cabalised library.

Big projects