Difference between revisions of "Hac Boston/Projects"

From HaskellWiki
Jump to navigation Jump to search
Line 43: Line 43:
 
|-
 
|-
 
| keegan
 
| keegan
| [https://github.com/kmcallister various], some GHC internals
+
| [https://github.com/kmcallister various], some GHC internals, FFI tricks
 
|}
 
|}

Revision as of 09:00, 3 November 2011

Sharing your code

If you need a place to host a project so that others can help with it, we suggest github, but if you are 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.


Trifecta

Trifecta is a library for dealing with both parsing and the ancillary concerns that arise once you have a parser.

  • Edward Kmett

Experience

Please list projects with which you are familiar. This way, people know whom to contact for more information or guidance on a particular project.

Name Projects
edwardk lots of projects, mtl, general libraries
ezyang ghc
keegan various, some GHC internals, FFI tricks