Hac 2007 II/Projects
From HaskellWiki
(Difference between revisions)
(Links to more resources) |
(Moved content from Attendees page) |
||
| Line 1: | Line 1: | ||
= Generic Information = | = Generic Information = | ||
How to create repositories... | How to create repositories... | ||
| + | |||
| + | = Who knows about what = | ||
| + | |||
| + | A list of projects you've worked on or know fairly well: | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! Name | ||
| + | ! Projects | ||
| + | |- | ||
| + | | dons | ||
| + | | ByteString, xmonad, Data.Binary, lambdabot, hmp3, curses, QuickCheck, HPC, hs-plugins, yi, nobench/nofib, ghc | ||
| + | |- | ||
| + | | Binkley | ||
| + | | ghc, darcs (a little bit) | ||
| + | |- | ||
| + | | skogsbaer (Stefan Wehr) | ||
| + | | hscurses, rhaskell | ||
| + | |- | ||
| + | | Pepe | ||
| + | | ghc (front end mostly), ghci debugger, cabal-install (very little) | ||
| + | |- | ||
| + | | ivant | ||
| + | | Functional MetaPost, xmonad | ||
| + | |- | ||
| + | | kolmodin (Lennart Kolmodin) | ||
| + | | Data.Binary, Gentoo Linux, Haste (Haskell Turbo-Edit,a Haskell IDE in Haskell), hackport (hackage for Gentoo), hinotify, dbus-haskell | ||
| + | |- | ||
| + | |} | ||
= Active Projects = | = Active Projects = | ||
Revision as of 10:26, 5 October 2007
Contents |
1 Generic Information
How to create repositories...
2 Who knows about what
A list of projects you've worked on or know fairly well:
| Name | Projects |
|---|---|
| dons | ByteString, xmonad, Data.Binary, lambdabot, hmp3, curses, QuickCheck, HPC, hs-plugins, yi, nobench/nofib, ghc |
| Binkley | ghc, darcs (a little bit) |
| skogsbaer (Stefan Wehr) | hscurses, rhaskell |
| Pepe | ghc (front end mostly), ghci debugger, cabal-install (very little) |
| ivant | Functional MetaPost, xmonad |
| kolmodin (Lennart Kolmodin) | Data.Binary, Gentoo Linux, Haste (Haskell Turbo-Edit,a Haskell IDE in Haskell), hackport (hackage for Gentoo), hinotify, dbus-haskell |
3 Active Projects
Please feel free to describe your current project here!
3.1 Cabal
3.2 ByteString network
Change Network.* to use strict ByteStrings instead of Strings. It would also be nice to tidy up the #ifdef mess.
Current hacker(s): tibbe (Johan Tibell)
3.3 Probability monads
A really cool existing implementation: Probabilistic functional programming
Darcs repository and draft paper.
Things to work on:
- Get MaybeT into Hackage.
- Is WriterT really the right monad transformer? We want the join and bind operations, but not the rest of the MonadWriter type class.
- Should probabilities be represented as floats, fractions or a type class?
- Can this run fast enough to be useful?
Current hacker(s): ekidd (Eric Kidd)
