ICFP Programming Contest/Teams 2007: Difference between revisions
(Added scsibug as team) |
m (fix gmane links using archive.fo) |
||
(20 intermediate revisions by 10 users not shown) | |||
Line 8: | Line 8: | ||
* The #haskell-icfp07 and #haskell [[IRC channel]]s on freenode. | * The #haskell-icfp07 and #haskell [[IRC channel]]s on freenode. | ||
* The #oasis [[IRC channel]] on freenode: generic ICFP discussion channel (not specifically Haskell oriented) | * The #oasis [[IRC channel]] on freenode: generic ICFP discussion channel (not specifically Haskell oriented) | ||
* [http:// | * [http://archive.fo/RqR1h Announcement] for this page. | ||
== Teams == | == Teams == | ||
Teams that | Teams that competed, used Haskell, and their final rankings. | ||
{| border="0" cellspacing="15" cellpadding="2" | {| border="0" cellspacing="15" cellpadding="2" | ||
Line 22: | Line 22: | ||
| jcd__ et al | | jcd__ et al | ||
| less than 15 | | less than 15 | ||
|- | |||
| [http://stereotype441.livejournal.com/45150.html The Corn Worf Strategy] | |||
| ? | |||
| 28 | |||
|- | |- | ||
| solo r6 | | solo r6 | ||
| roconnor | | roconnor | ||
| 32 | | 32 | ||
|- | |- | ||
Line 35: | Line 39: | ||
| 67 | | 67 | ||
|- | |- | ||
| TNT: Team Named Thunk | | TNT: Team Named Thunk | ||
| timbod, mnislaih, Toxaris | | timbod, mnislaih, Toxaris | ||
| 80 | | 80 | ||
|- | |- | ||
| The Church of the Least Fixed Point | | [http://leastfixed.com/ The Church of the Least Fixed Point] | ||
| | | mietek, dreamer_, lispozord, q, rraptorr | ||
| 95 | | 95 | ||
|- | |- | ||
Line 52: | Line 56: | ||
|- | |- | ||
| Instant Chaos | | Instant Chaos | ||
| alar | | alar, ivant, akamaus, vsb, lome0, gvennet | ||
| 133 | | 133 | ||
|- | |||
| LazyBear | |||
| Dimitur Krustev | |||
| 146 | |||
|- | |- | ||
| augustss | | augustss | ||
Line 62: | Line 70: | ||
| Greg Heartsfield | | Greg Heartsfield | ||
| 195 | | 195 | ||
|- | |||
| enolan | |||
| Echo Nolan | |||
| 251 | |||
|- | |- | ||
| Pointless | | Pointless | ||
Line 68: | Line 80: | ||
|- | |- | ||
|} | |} | ||
The following teams sound like they might use Haskell, or FP at least: | The following teams sound like they might use Haskell, or FP at least: | ||
Line 107: | Line 118: | ||
|} | |} | ||
== | == Contest Code == | ||
Some teams have made their contest source code available | |||
{| border="0" | {| border="0" cellspacing="15" cellpadding="2" | ||
! | ! Team | ||
! | ! DNA representation | ||
! | ! Source Code | ||
|- | |- | ||
| | | solo r6 | ||
| | | Data.ByteString.Lazy | ||
| | | darcs get http://r6.ca/icfp2007 | ||
|- | |- | ||
| | | Antoine, Creighton | ||
| | | String | ||
| | | http://panicsonic.blogspot.com/2007/07/icfp-07-post-mortem-i.html | ||
|- | |- | ||
| | | TNT | ||
| | | Data.ByteString.Lazy | ||
| | | http://ender4.dsic.upv.es:81/darcs/tnt | ||
| | |- | ||
| ChuToys | |||
| strict list of strict BS | |||
| http://www.srcf.ucam.org/~gz218/icfpc2007/ | |||
|- | |- | ||
|} | |} | ||
[[Category:Contests]] | |||
[[Category: |
Latest revision as of 19:16, 15 August 2019
This page is for helping Haskell (and FP) people organise teams for the 2007 ICFP contest.
Resources:
- The home of ICFP 2007.
- The #haskell-icfp07 and #haskell IRC channels on freenode.
- The #oasis IRC channel on freenode: generic ICFP discussion channel (not specifically Haskell oriented)
- Announcement for this page.
Teams
Teams that competed, used Haskell, and their final rankings.
Team | Members | Ranking |
---|---|---|
Basically Awesome | jcd__ et al | less than 15 |
The Corn Worf Strategy | ? | 28 |
solo r6 | roconnor | 32 |
Lazy Bottoms | vincenz, Adept, Lemmih, psykotic, zeeeee, jethr0, Cale | 56 |
Team PDX | Binkley et al | 67 |
TNT: Team Named Thunk | timbod, mnislaih, Toxaris | 80 |
The Church of the Least Fixed Point | mietek, dreamer_, lispozord, q, rraptorr | 95 |
cdsmith | Chris Smith | 104 |
ChuToys | genneth, smowton, greg | 129 |
Instant Chaos | alar, ivant, akamaus, vsb, lome0, gvennet | 133 |
LazyBear | Dimitur Krustev | 146 |
augustss | Lennart | 151 |
scsibug | Greg Heartsfield | 195 |
enolan | Echo Nolan | 251 |
Pointless | nominolo, Igloo, mauke | 695 |
The following teams sound like they might use Haskell, or FP at least:
Teams that sound like they use Haskell | Members | Rank |
---|---|---|
PurelyFunctionalInfrastructure (maybe) | ? | less than 16 |
The Higher order of Zeuxis | ? | 16 |
Frictionless Bananas | ? | 27 |
Side Effects May Include... (maybe) | ? | 29 |
Poor Man's Haskell (maybe) | ? | 252 |
Haskeller (maybe) | ? | 312 |
Nomadic I/O | ? | 578 |
Contest Code
Some teams have made their contest source code available
Team | DNA representation | Source Code |
---|---|---|
solo r6 | Data.ByteString.Lazy | darcs get http://r6.ca/icfp2007 |
Antoine, Creighton | String | http://panicsonic.blogspot.com/2007/07/icfp-07-post-mortem-i.html |
TNT | Data.ByteString.Lazy | http://ender4.dsic.upv.es:81/darcs/tnt |
ChuToys | strict list of strict BS | http://www.srcf.ucam.org/~gz218/icfpc2007/ |