Difference between revisions of "Hac φ 2009/Projects"

From HaskellWiki
Jump to navigation Jump to search
(add another project)
(Added note on HSFFIG)
Line 41: Line 41:
   
 
* Brent Yorgey
 
* Brent Yorgey
  +
  +
=== HSFFIG ===
  +
  +
Work on the [http://code.haskell.org/hsffig/ HSFFIG] project is almost done, so HSFFIG and its successor [http://www.haskell.org/haskellwiki/FFI_imports_packaging_utility ffipkg] may be useful for projects involving bindings to C (but not C++) libraries. Please mention here if you are interested to give HSFFIG a try.
  +
  +
* Dmitry Golubovsky
   
 
== Experience ==
 
== Experience ==
Line 52: Line 58:
 
| byorgey
 
| byorgey
 
| [http://www.xmonad.org xmonad], [http://code.haskell.org/diagrams diagrams]
 
| [http://www.xmonad.org xmonad], [http://code.haskell.org/diagrams diagrams]
  +
|-
  +
| golubovsky
  +
| [http://code.haskell.org/hsffig/ HSFFIG]
 
|}
 
|}

Revision as of 01:25, 27 May 2009

Generic information

You can apply for an account and a project using the community server.

Once you have an account and/or a project, you upload a Darcs repository as follows. First, initialize your repository on the server:

 $ ssh community.haskell.org
 you@haskell:~$ cd /srv/code/yourproject
 you@haskell:/srv/code/yourproject$ darcs init

Then, log out and push your repository:

 $ darcs push community.haskell.org:/srv/code/yourproject

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.

xmonad

General xmonad love: features, documentation, catch up with patch backlog, etc.

  • Brent Yorgey

diagrams

The diagrams library provides an embedded domain-specific language (EDSL) for creating simple pictures and diagrams in Haskell.

Incorporate patches and bug fixes, improved documentation, new features (better curve types, grid layout, control points + connectors, cache size computations for better performance)

  • Brent Yorgey

HSFFIG

Work on the HSFFIG project is almost done, so HSFFIG and its successor ffipkg may be useful for projects involving bindings to C (but not C++) libraries. Please mention here if you are interested to give HSFFIG a try.

  • Dmitry Golubovsky

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
golubovsky HSFFIG