Difference between revisions of "Hac φ/Projects"

From HaskellWiki
Jump to navigation Jump to search
(19 intermediate revisions by 11 users not shown)
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 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
 
You can also apply for an account on
Line 22: Line 22:
 
=== Diagrams ===
 
=== Diagrams ===
   
  +
We have a lovely list of project ideas for diagrams [http://www.haskell.org/haskellwiki/Diagrams/Projects here]:
By the time of the hackathon, I (Brent Yorgey) hope to have the new version of [http://hackage.haskell.org/package/diagrams diagrams] developed to the point where others can usefully hack on many parts of it in parallel. Examples of things that might need doing include hacking on the core library and layout engine itself, developing fun/interesting examples and contrib modules that provide higher-level diagram facilities, and developing backends for rendering to various formats.
 
   
 
* Brent Yorgey
 
* Brent Yorgey
  +
* Ryan Yates
 
=== RepLib ===
 
 
[http://hackage.haskell.org/package/RepLib RepLib] is a library for datatype-generic programming. I'd like to try adding [http://www.seas.upenn.edu/~ccasin/papers/aritygen.pdf arity genericity] to it. Lots of type-level hacking involved!
 
 
* Chris Casinghino
 
   
 
== Experience ==
 
== Experience ==
Line 47: Line 42:
 
|-
 
|-
 
| mightybyte
 
| mightybyte
| [http://snapframework.com snap]
+
| [http://snapframework.com snap], [http://hackage.haskell.org/package/heist heist]
  +
|-
  +
| sweirich
  +
| [http://code.google.com/p/replib/ RepLib and Unbound]
  +
|-
  +
| wavewave
  +
| [http://www.ianwookim.org/hoodle hoodle], [http://www.ianwookim.org/HROOT HROOT], [http://github.com/wavewave/fficxx fficxx]
 
|}
 
|}
  +
  +
  +
[[Category:Community]]

Revision as of 13:23, 8 June 2013

Sharing your code

If you need a place to host a project so that others can help with it, we suggest patch-tag, which offers free hosting for public darcs repositories. If you're using git, github 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.

Diagrams

We have a lovely list of project ideas for diagrams here:

  • Brent Yorgey
  • Ryan Yates

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
byorgey xmonad, diagrams
ccasin hcross
mightybyte snap, heist
sweirich RepLib and Unbound
wavewave hoodle, HROOT, fficxx