Difference between revisions of "ICFP Programming Contest/Teams 2007"

From HaskellWiki
Jump to navigation Jump to search
(Added myself as a Haskell-team in ICFP2007 contest)
m (fix gmane links using archive.fo)
 
(10 intermediate revisions by 7 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://article.gmane.org/gmane.comp.lang.haskell.cafe/24773 Announcement] for this page.
+
* [http://archive.fo/RqR1h Announcement] for this page.
   
 
== Teams ==
 
== Teams ==
   
Teams that competed and their final rankings.
+
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
Line 39: Line 43:
 
| 80
 
| 80
 
|-
 
|-
| The Church of the Least Fixed Point
+
| [http://leastfixed.com/ The Church of the Least Fixed Point]
| desp, dreamer_, lispozord, q, rraptorr
+
| mietek, dreamer_, lispozord, q, rraptorr
 
| 95
 
| 95
 
|-
 
|-
Line 52: Line 56:
 
|-
 
|-
 
| Instant Chaos
 
| Instant Chaos
| alar @ #haskell, #oasis, #haskell_ru , nealar @livejournal.com
+
| alar, ivant, akamaus, vsb, lome0, gvennet
 
| 133
 
| 133
 
|-
 
|-
Line 66: Line 70:
 
| Greg Heartsfield
 
| Greg Heartsfield
 
| 195
 
| 195
  +
|-
  +
| enolan
  +
| Echo Nolan
  +
| 251
 
|-
 
|-
 
| Pointless
 
| Pointless
Line 117: Line 125:
 
! Team
 
! Team
 
! DNA representation
 
! DNA representation
  +
! Source Code
! Respoistory Access
 
 
|-
 
|-
 
| solo r6
 
| solo r6
Line 128: Line 136:
 
|-
 
|-
 
| TNT
 
| TNT
  +
| Data.ByteString.Lazy
|
 
 
| http://ender4.dsic.upv.es:81/darcs/tnt
 
| http://ender4.dsic.upv.es:81/darcs/tnt
 
|-
 
|-
  +
| ChuToys
[[Category:Contest]]
 
  +
| strict list of strict BS
  +
| http://www.srcf.ucam.org/~gz218/icfpc2007/
  +
|-
  +
|}
  +
 
[[Category:Contests]]

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:

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/