Difference between revisions of "HakkuTaikai/Projects"

From HaskellWiki
Jump to navigation Jump to search
(→‎Sharing your code: switch git and darcs (we all use git anyway...))
Line 1: Line 1:
 
== Sharing your code ==
 
== Sharing your code ==
   
If you need a place to host a project so that others can help with it, we suggest [http://patch-tag.com/ patch-tag], which offers free hosting for public darcs repositories. If you're using git, [http://github.com github] is just dandy as well. You can also apply for an account on [http://community.haskell.org/admin/ the community server].
+
If you need a place to host a project so that others can help with it, we suggest
  +
[http://github.com github], which offers free hosting for public git repositories. If you're using darcs, [http://patch-tag.com/ patch-tag] is just dandy as well. You can also apply for an account on [http://community.haskell.org/admin/ the community server].
   
 
== Projects ==
 
== Projects ==

Revision as of 23:41, 25 August 2011

Sharing your code

If you need a place to host a project so that others can help with it, we suggest github, which offers free hosting for public git repositories. If you're using darcs, patch-tag is just dandy as well. You can also apply for an account on the community server.

Projects

If you have a project that you want to work on at the Hackathon, please describe it here.

Since Hackathons are great for teamwork, consider joining one of the projects mentioned below. If you're interested in one of these projects, add your name to the list of hackers under that project.

containers

Johan Tibell has recently been doing some work on unordered-containers, with an eventual goal of unifying the current {Int,Hash,}Map interfaces. Would be nice to have some form of unboxed containers in there too.

  • Liyang

time

The current implementation of time uses lots of Integers internally which makes it much slower than necessary. Thinking about moving to an Int64-based representation while still being able to represent any conceivable dates & times.

  • Liyang

unordered-containers

I anticipate to make a new release of the package just before ICFP, with a completely rewritten implementation. I'd like to spend some time after the release to flesh out the API a bit more.

  • Johan Tibell