Difference between revisions of "ZuriHac2014/Projects"

From HaskellWiki
Jump to navigation Jump to search
(Capitalization)
Line 1: Line 1:
 
These are some of the projects that ZuriHac 2014 [[ZuriHac2014/Attendees|attendees]] will be working on:
 
These are some of the projects that ZuriHac 2014 [[ZuriHac2014/Attendees|attendees]] will be working on:
   
=aeson=
+
=Aeson=
   
 
See: http://hackage.haskell.org/package/aeson
 
See: http://hackage.haskell.org/package/aeson
Line 7: Line 7:
 
* Bas van Dijk (Faster JSON encoder)
 
* Bas van Dijk (Faster JSON encoder)
   
=scion / lambdachine=
+
=Scion / Lambdachine=
   
 
* Thomas Schilling
 
* Thomas Schilling
   
=hakyll=
+
=Hakyll=
   
 
See: http://jaspervdj.be/hakyll/
 
See: http://jaspervdj.be/hakyll/
Line 23: Line 23:
 
* Martijn van Steenbergen
 
* Martijn van Steenbergen
   
=t-digest=
+
=T-Digest=
   
 
Persistent implementation of the T-Digest (https://github.com/tdunning/t-digest) quantile estimation data structure, for use in ekg.
 
Persistent implementation of the T-Digest (https://github.com/tdunning/t-digest) quantile estimation data structure, for use in ekg.
Line 37: Line 37:
 
* Corentin Dupont
 
* Corentin Dupont
   
=snap=
+
=Snap=
   
 
See: http://snapframework.com/
 
See: http://snapframework.com/

Revision as of 13:03, 7 May 2014

These are some of the projects that ZuriHac 2014 attendees will be working on:

Aeson

See: http://hackage.haskell.org/package/aeson

  • Bas van Dijk (Faster JSON encoder)

Scion / Lambdachine

  • Thomas Schilling

Hakyll

See: http://jaspervdj.be/hakyll/

  • Jasper van der Jeugt

Haskell: the Gathering

Implementation of Magic: the Gathering in Haskell. We will work on the rules engine, card implementations (both in Haskell) and the web client (TypeScript/HTML). Help is welcome in all three areas.

  • Martijn van Steenbergen

T-Digest

Persistent implementation of the T-Digest (https://github.com/tdunning/t-digest) quantile estimation data structure, for use in ekg.

  • Johan Tibell

Nomyx

Nomyx is a game where you can change the rules while playing: http://www.nomyx.net

I'll work on new features and bugs: http://www.github.com/cdupont/Nomyx/issues?state=open. Help/advices are welcome :)

  • Corentin Dupont

Snap

See: http://snapframework.com/

  • Alfredo Di Napoli - I have in mind a couple of interesting features I would like to see in snap.

Hackage

See: http://hackage.haskell.org/

  • Ian Ross (tags interface)

GHC bug squashing

I plan to fix a few random GHC bugs and I’m more than happy to guide GHC-newbies in doing the same.

  • Joachim Breitner