This repository has been archived by the owner on Jul 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
contests.phtml
46 lines (41 loc) · 2.34 KB
/
contests.phtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php
require "shared.inc";
standard_header("How Does Dylan Stack Up?");
?>
<P>When faced with the daunting task of learning a new programming
language, it is reasonable to ask "What's in it for me?" Why learn
Dylan, rather than focus on brushing up those Java or .NET skills?
Well, as they say, "the proof of the pudding is in the
eating"—or at least in the contest results.</P>
<P>The following information relates to Dylan's performance in the
last few years of International Conference on Functional Programming
(ICFP) Contest. Despite the title, all kinds of languages are used
for these projects (ranging from Java and C all the way down to Bash
scripts!).</P>
<P>The following table summarizes Dylan's performance, with each rank
linking to a more detailed analysis of the work done.</P>
<P><STRONG>ICFP Performance</STRONG></P>
<TABLE cellspacing="10">
<TR>
<TH>Year</TH><TH>Topic</TH><TH>Rank</TH>
</TR>
<TR>
<TD><a href="http://icfpc.plt-scheme.org/">2005</a></TD><TD><a href="http://icfpc.plt-scheme.org/spec.html">Cops & Robbers</a> <a href="http://icfpc.plt-scheme.org/twist.html">Cops & Robbers, The Twist</a></TD><TD><a href="http://www.hoult.org/bruce/icfp2005/">Judge's and Second Prize</a></TD>
</TR>
<TR>
<TD><a href="http://www.cis.upenn.edu/~plclub/contest/index.php">2004</a></TD><TD><a href="http://www.cis.upenn.edu/~plclub/contest/ants.html">Dinner with Ambiants</a></TD><TD>No prize</TD>
</TR>
<TR>
<TD><a href="http://www.dtek.chalmers.se/groups/icfpcontest">2003</a></TD><TD><a href="http://www.dtek.chalmers.se/groups/icfpcontest/task.html">Race track path algorithm</a></TD><TD><a href="http://www.hoult.org/bruce/icfp2003/">Judge's Prize<a></TD>
</TR>
<TR>
<TD><a href="http://icfpcontest.cse.ogi.edu">2002</a></TD><TD><a href="http://icfpcontest.cse.ogi.edu/task.html">Multi-Player Robot Game</a></TD><TD>Eliminated in Round 4</TD>
</TR>
<TR>
<TD><a href="http://cristal.inria.fr/ICFP2001/prog-contest">2001</a></TD><TD><a href="http://cristal.inria.fr/ICFP2001/prog-contest/task.html">SML/NG Markup Language Optimizer</a></TD><TD><a href="http://www.gwydiondylan.org/icfp/icfp2001.phtml">Second Place</a></TD>
</TR>
<TR>
<TD><a href="http://www.cs.cornell.edu/icfp/">2000</a></TD><TD><a href="http://www.cs.cornell.edu/icfp/task.htm">Ray Tracer</a></TD><TD>Eliminated First Round</TD>
</TR>
</TABLE>
<?php standard_footer(); ?>