Difference between revisions of "Hac φ/Projects"

From HaskellWiki
Jump to navigation Jump to search
(16 intermediate revisions by 11 users not shown)
Line 20: Line 20:
 
-->
 
-->
   
=== Diagrams ===
+
=== GHC ===
   
  +
Richard will likely be doing some GHC hacking, as he is wont to do. Others: please join in the fun, and suggestions for projects can be provided!
The [http://code.google.com/p/diagrams diagrams project] is coming along quite nicely and there will be lots to work on: developing fun/interesting examples and contrib modules that provide higher-level diagram facilities, tools to aid in diagram development, and backends for rendering to various formats.
 
   
  +
* Richard Eisenberg
* Brent Yorgey
 
 
=== GHC cross compilation ===
 
 
GHC has had several recent fixes to help turn it into a cross compiler (thanks to Dan Knapp and Mark Lentczner,) but it's still not quite possible to easily cross compile stage2, and there still remains a hefty bit of build system and preprocessor cruft remaining.
 
 
* Austin Seipp
 
* Dan Knapp
 
* Dan Peebles
 
   
 
== Experience ==
 
== Experience ==
Line 42: Line 34:
 
! Projects
 
! Projects
 
|-
 
|-
  +
| Richard E.
| byorgey
 
  +
| [https://ghc.haskell.org/trac/ghc GHC]
| [http://www.xmonad.org xmonad], [http://code.haskell.org/diagrams diagrams]
 
|-
 
| ccasin
 
| [http://hcross.sourceforge.net hcross]
 
|-
 
| mightybyte
 
| [http://snapframework.com snap]
 
 
|}
 
|}
  +
  +
  +
[[Category:Community]]

Revision as of 12:17, 30 June 2014

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.

GHC

Richard will likely be doing some GHC hacking, as he is wont to do. Others: please join in the fun, and suggestions for projects can be provided!

  • Richard Eisenberg

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
Richard E. GHC