<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=ICFP_Programming_Contest</id>
	<title>ICFP Programming Contest - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=ICFP_Programming_Contest"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=ICFP_Programming_Contest&amp;action=history"/>
	<updated>2026-05-04T21:48:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=ICFP_Programming_Contest&amp;diff=2110791&amp;oldid=prev</id>
		<title>imported&gt;Kvng: compound modifier</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=ICFP_Programming_Contest&amp;diff=2110791&amp;oldid=prev"/>
		<updated>2024-12-20T16:05:35Z</updated>

		<summary type="html">&lt;p&gt;compound modifier&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Short description|Programming Contest}}&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;ICFP Programming Contest&amp;#039;&amp;#039;&amp;#039; is an international programming competition held annually around June or July since 1998, with results announced at the [[International Conference on Functional Programming]].&lt;br /&gt;
&lt;br /&gt;
Teams may be of any size and any programming language(s) may be used. There is also no entry fee. Participants have 72 hours to complete and submit their entry over the Internet. There is often also a 24-hour lightning division.&lt;br /&gt;
&lt;br /&gt;
The winners reserve &amp;quot;bragging rights&amp;quot; to claim that their language is &amp;quot;the programming tool of choice for discriminating hackers&amp;quot;. As such, one of the competition&amp;#039;s goals is to showcase the capabilities of the contestants&amp;#039; favorite programming languages and tools. Previous first prize winners have used [[Haskell (programming language)|Haskell]], [[OCaml]], [[C++]], [[Cilk]], [[Java (programming language)|Java]], [[F Sharp (programming language)|F#]], and [[Rust (programming language)|Rust]].&lt;br /&gt;
&lt;br /&gt;
The contests usually have around 300 submitted entries.&amp;lt;ref&amp;gt;{{cite web|url=http://www.boundvariable.org/scoreboard.shtml |title=ICFP Programming Contest Scoreboard |accessdate=23 September 2012}}&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;[https://alliance.seas.upenn.edu/~plclub/cgi-bin/contest/results.php https://alliance.seas.upenn.edu/~plclub/cgi-bin/contest/results.php]&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Past tasks==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Year&lt;br /&gt;
! Organiser&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| 1998&lt;br /&gt;
| [[Université de Montréal]] and [[Massachusetts Institute of Technology]]&lt;br /&gt;
| Write a program that plays &amp;#039;&amp;#039;pousse&amp;#039;&amp;#039;, an odd variant of tic-tac-toe. Contestant programs were entered into a tournament to determine the first- and second-place program.&lt;br /&gt;
|-&lt;br /&gt;
| 1999&lt;br /&gt;
| [[Harvard University]]&lt;br /&gt;
| Size-optimize &amp;#039;&amp;#039;case&amp;#039;&amp;#039; statements (the contest task spoke about text-based [[adventure games]], but in fact the task was to size-optimize the description of such a game).&lt;br /&gt;
|-&lt;br /&gt;
| 2000&lt;br /&gt;
| [[Cornell University]]&lt;br /&gt;
| Implement a ray tracer using a Postscript-like syntax.&lt;br /&gt;
|-&lt;br /&gt;
| 2001&lt;br /&gt;
| [[INRIA]] Rocquencourt&lt;br /&gt;
| Size-optimize an HTML-like markup language by removing unnecessary whitespace and tags, and so on.&lt;br /&gt;
|-&lt;br /&gt;
| 2002&lt;br /&gt;
| [[OGI School of Science and Engineering]]&lt;br /&gt;
| Implement robots playing a [[Sokoban]]-like game one against each other.&lt;br /&gt;
|-&lt;br /&gt;
| 2003&lt;br /&gt;
| [[Chalmers University]]&lt;br /&gt;
| Implement robots driving a car as fast as possible through different racing tracks.&lt;br /&gt;
|-&lt;br /&gt;
| 2004&lt;br /&gt;
| [[University of Pennsylvania]]&lt;br /&gt;
| Design an ant colony that will bring the most food particles back to its anthill, while fending off ants of another species.  The contest entry would output a state-machine description of the ant: in principle, entries could have been written by hand. Later the task was adapted into Ant Wars, a [[strategy game|strategy]] and [[programming game]] where each participant is a species of [[ant]]. The participants then, in a language called Antomata,&amp;lt;ref&amp;gt;{{Cite web |url=http://www.ant-wars.net/html/antomata.html |title=Antomata - The Language of Ant Wars&amp;lt;!-- Bot generated title --&amp;gt; |access-date=2007-11-25 |archive-url=https://web.archive.org/web/20070929161325/http://www.ant-wars.net/html/antomata.html |archive-date=2007-09-29 |url-status=dead }}&amp;lt;/ref&amp;gt; program a [[finite-state machine]] to function as the brain of each ant. The ant [[brain]] then controls the ant to find and collect food to bring to the home [[Ant colony|ant hill]], to fend off attackers or make trails of pheromones.&lt;br /&gt;
|-&lt;br /&gt;
| 2005&lt;br /&gt;
| [[Racket (programming language)|PLT]] group&lt;br /&gt;
| Implement &amp;quot;bots&amp;quot; for a &amp;quot;Cops &amp;amp; Robbers&amp;quot; game: contestants have to write the control program that guides a Robber-Bot through a quiet urban neighborhood on a mission to rob every bank without getting caught, and the control program for a Cop-Bot dedicated to stopping it.&lt;br /&gt;
|-&lt;br /&gt;
| 2006&lt;br /&gt;
| [[Carnegie Mellon University]]&lt;br /&gt;
| Implement a virtual machine that runs an operating system (called [[UMIX]]) provided by the judges, and crack it using new programming languages with unconventional syntax and semantics, such as 2D and a version of [[BASIC]] using Roman numerals. Many puzzles were tiny versions or parodies of previous contests.&lt;br /&gt;
|-&lt;br /&gt;
| 2007&lt;br /&gt;
| [[Utrecht University]]&lt;br /&gt;
| Implement a 2-stage virtual machine that executes a DNA-like string to produce an image.  Then, given an input string for this machine, find a prefix that when added to this string yields an image as close as possible to the given target image.&lt;br /&gt;
|-&lt;br /&gt;
| 2008&lt;br /&gt;
| [[Portland State University]] and the [[University of Chicago]]&lt;br /&gt;
| Provide a Mars rover control system that will guide it to a home base while avoiding obstacles and enemies.&lt;br /&gt;
|-&lt;br /&gt;
| 2009&lt;br /&gt;
| [[University of Kansas]]&lt;br /&gt;
| Control a satellite to move between specified orbits and rendezvous with other satellites.&lt;br /&gt;
|-&lt;br /&gt;
| 2010&lt;br /&gt;
| [[Leipzig University of Applied Science]], Germany&lt;br /&gt;
| International Car and Fuel Production.&lt;br /&gt;
|-&lt;br /&gt;
| 2011&lt;br /&gt;
| [[Tohoku University]], Japan&lt;br /&gt;
| Program a computer with 256 &amp;quot;slots&amp;quot; to outlast its opponent in terms of slots remaining at the end of the match.  Submissions include executables that are entered into a two-phase tournament.&lt;br /&gt;
|-&lt;br /&gt;
| 2012&lt;br /&gt;
| [[University of St Andrews]], Scotland&lt;br /&gt;
| Program an AI for a [[Boulder Dash (video game)|Boulder Dash]]-like game.&lt;br /&gt;
|-&lt;br /&gt;
| 2013&lt;br /&gt;
| [[Microsoft Research]]&lt;br /&gt;
| Guess the implementation of a blackbox function implemented in a simple functional language through querying a web service.&lt;br /&gt;
|-&lt;br /&gt;
| 2014&lt;br /&gt;
| [[University of Oxford]] and Well-Typed LLP&lt;br /&gt;
| Write AI programs for a pacman like game, in [[SECD machine]] instruction for pacman and [[8-bit]] machine assembly instructions for four ghosts.&lt;br /&gt;
|-&lt;br /&gt;
| 2015&lt;br /&gt;
| Galois&lt;br /&gt;
| Write an AI for [[Tetris]]-like game on a hexagon grid field that embeds secret phrases in the move sequence.&lt;br /&gt;
|-&lt;br /&gt;
| 2016&lt;br /&gt;
| [[University of Electro-Communications]] &lt;br /&gt;
| Write an AI to solve abstract [[origami]].&lt;br /&gt;
|-&lt;br /&gt;
|2017&lt;br /&gt;
|[[University of Edinburgh]]&lt;br /&gt;
|Write an AI for a game where players in turn claim route parts on the map and the one with the best coverage wins. There are also three extensions to the main game mode, any number of which can be enabled on a map.&lt;br /&gt;
|-&lt;br /&gt;
| 2018&lt;br /&gt;
| [[Rochester Institute of Technology]]&lt;br /&gt;
| Generate nanobot traces to construct, destruct, and reconstruct target 3D objects while minimizing energy used.&lt;br /&gt;
|-&lt;br /&gt;
|2019&lt;br /&gt;
|[[Yale-NUS College]] and [[National University of Singapore]]&lt;br /&gt;
|Worker-Wrappers against Bit Rot.&amp;lt;ref&amp;gt;{{Cite web|date=2019-06-21|title=The Contest Begins|url=https://icfpcontest2019.github.io/post/start/|access-date=2020-07-15|website=ICFP Programming Contest 2019|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|2020&lt;br /&gt;
|[[:ru:%D0%A1%D0%9A%D0%91 %D0%9A%D0%BE%D0%BD%D1%82%D1%83%D1%80|SKB Kontur]]&lt;br /&gt;
|Build virtual machine by the [https://message-from-space.readthedocs.io/en/latest/personal-appeal.html alien specification], run alien provided game-server on that VM, explore the game (2D space battle on the planet orbit with Chebyshev distance, with accelerate, shoot, split and detonate commands), reverse engineer game-protocol and create bot to play this game.&lt;br /&gt;
|-&lt;br /&gt;
|2021&lt;br /&gt;
|Alex Lang and Jasper Van der Jeugt&lt;br /&gt;
|Manipulate a figure similar to a [[Linkage (mechanical)|mechanical linkage]] to fit through a [[Brain Wall|hole in the wall]].&lt;br /&gt;
|-&lt;br /&gt;
|2022&lt;br /&gt;
|Alperen Keles&lt;br /&gt;
|Reconfigure a prefilled canvas into a painting.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Prizes==&lt;br /&gt;
&lt;br /&gt;
Prizes have a modest cash value, primarily aimed at helping the winners to attend the conference, where the prizes are awarded and the judges make the following declarations:&lt;br /&gt;
; First prize: &amp;#039;&amp;#039;[Language 1]&amp;#039;&amp;#039; is the programming tool of choice for discriminating hackers.&lt;br /&gt;
; Second prize: &amp;#039;&amp;#039;[Language 2]&amp;#039;&amp;#039; is a fine programming tool for many applications.&lt;br /&gt;
; Third prize: &amp;#039;&amp;#039;[Language 3]&amp;#039;&amp;#039; is also not too shabby.&lt;br /&gt;
; Winner of the lightning division: &amp;#039;&amp;#039;[Language L]&amp;#039;&amp;#039; is very suitable for rapid prototyping.&lt;br /&gt;
; Judges&amp;#039; prize: &amp;#039;&amp;#039;[Team X]&amp;#039;&amp;#039; are an extremely cool bunch of hackers.&lt;br /&gt;
Where a winning entry involves several languages, the winners are asked to nominate one or two.&lt;br /&gt;
The languages named in the judges&amp;#039; declarations have been:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Year&lt;br /&gt;
! First Prize&lt;br /&gt;
! Second Prize&lt;br /&gt;
! Third Prize&lt;br /&gt;
! Lightning&lt;br /&gt;
|-&lt;br /&gt;
| 1998&lt;br /&gt;
| [[Cilk]]&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 1999&amp;lt;ref&amp;gt;[https://www.cs.tufts.edu/~nr/icfp/results.html Final results of the ICFP&amp;#039;99 Programming Contest]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref name=&amp;quot;lightning-judge&amp;quot;&amp;gt;The contests in 1999 and 2002 had a lightning division, but without a separate prize.  The winners of that division were awarded Judges&amp;#039; prizes.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2000&amp;lt;ref&amp;gt;[http://www.cs.cornell.edu/icfp/ The Third Annual ICFP Programming Contest]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2001&amp;lt;ref&amp;gt;[http://cristal.inria.fr/ICFP2001/prog-contest/ The Fourth ICFP Programming Contest]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[Dylan (programming language)|Dylan]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2002&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
| [[C (programming language)|C]]&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref name=&amp;quot;lightning-judge&amp;quot;/&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2003&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
|&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|-&lt;br /&gt;
| 2004&amp;lt;ref&amp;gt;[https://alliance.seas.upenn.edu/~plclub/cgi-bin/contest/results.php The Seventh Antual ICFP Programming Contest]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[Haskell (programming language)|Haskell]] and [[C++]]&lt;br /&gt;
|&lt;br /&gt;
| [[Java (programming language)|Java]] and [[C++]]&lt;br /&gt;
|-&lt;br /&gt;
| 2005&amp;lt;ref&amp;gt;[http://icfpc.plt-scheme.org/ The Eighth Annual ICFP Programming Contest]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[Dylan (programming language)|Dylan]]&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2006&lt;br /&gt;
| 2D&amp;lt;ref&amp;gt;2D was a toy language invented for the 2006 contest.&lt;br /&gt;
The winning team used [[C++]], [[Haskell (programming language)|Haskell]], [[Python (programming language)|Python]], [[Bash (Unix shell)|Bash]], and 2D.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[D (programming language)|D]]&lt;br /&gt;
| [[Assembly language|Assembly]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2007&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[Perl]]&lt;br /&gt;
|&lt;br /&gt;
| &amp;lt;ref name=&amp;quot;lightning-2007&amp;quot;&amp;gt;The 2007 contest had a lightning division, but since there was no clear leader after 24 hours the judges decided not to choose a winner.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| 2008&amp;lt;ref&amp;gt;[http://web.cecs.pdx.edu/~sheard/2008IcfpContest/results/ ICFP 2008 Programming Contest Results]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Java (programming language)|Java]]&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
| [[ML (programming language)|ML]]&lt;br /&gt;
|-&lt;br /&gt;
| 2009&amp;lt;ref&amp;gt;http://www.vimeo.com/6613815 - accessed September 23, 2009&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[Java (programming language)|Java]]&lt;br /&gt;
| &lt;br /&gt;
| [[ML (programming language)|ML]]&lt;br /&gt;
|-&lt;br /&gt;
| 2010&amp;lt;ref&amp;gt;[http://vimeo.com/15391093 ICFP 2010 Programming Contest] (video)&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]], [[Haskell (programming language)|Haskell]], [[Python (programming language)|Python]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
| [[SageMath]]&lt;br /&gt;
|-&lt;br /&gt;
| 2011&amp;lt;ref&amp;gt;[http://icfpc2011.blogspot.jp/ ICFP Programming Contest 2011]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[F Sharp (programming language)|F#]]&lt;br /&gt;
| [[Unix shell|Shell]] and [[C++]]&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| 2012&amp;lt;ref&amp;gt;[http://icfpcontest2012.wordpress.com/ ICFP Programming Contest 2012]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|&lt;br /&gt;
| [[Java (programming language)|Java]]&lt;br /&gt;
|-&lt;br /&gt;
| 2013&amp;lt;ref&amp;gt;{{Cite web |url=http://icfpc2013.cloudapp.net/ |title=ICFP Programming Contest 2013 |access-date=2013-08-15 |archive-date=2013-10-16 |archive-url=https://web.archive.org/web/20131016080051/http://icfpc2013.cloudapp.net/ |url-status=dead }}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Java (programming language)|Java]], [[C Sharp (programming language)|C#]], [[C++]], [[PHP]], [[Ruby (programming language)|Ruby]] and [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[C++]] and [[Python (programming language)|Python]]&lt;br /&gt;
| [[C Sharp (programming language)|C#]], [[C++]], [[Bash (Unix shell)|bash]], [[AWK|awk]], [[sed]] and [[Microsoft Excel|Excel]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
|-&lt;br /&gt;
| 2014&amp;lt;ref&amp;gt;[https://icfpcontest2014.github.io ICFP Programming Contest 2014]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[Perl]]&lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|-&lt;br /&gt;
| 2015&amp;lt;ref&amp;gt;[http://2015.icfpcontest.org/ ICFP Programming Contest 2015]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]], [[Java (programming language)|Java]], [[C Sharp (programming language)|C#]], [[PHP]], [[Ruby (programming language)|Ruby]] and [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[C++]], [[Python (programming language)|Python]], [[JavaScript]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
|-&lt;br /&gt;
| 2016&amp;lt;ref&amp;gt;[http://icfpc2016.blogspot.com.au/2016/09/contest-results-are-up.html ICFP Programming Contest 2016]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Java (programming language)|Java]], [[C++]], [[C Sharp (programming language)|C#]], [[PHP]], [[Haskell (programming language)|Haskell]]&lt;br /&gt;
| [[C++]], [[Ruby (programming language)|Ruby]], [[Python (programming language)|Python]], [[Haskell (programming language)|Haskell]], [[Java (programming language)|Java]], [[JavaScript]]&lt;br /&gt;
| &lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|-&lt;br /&gt;
| 2017&amp;lt;ref&amp;gt;[https://icfpcontest2017.github.io/ ICFP Programming Contest 2017]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| [[C++]]&lt;br /&gt;
| &lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|-&lt;br /&gt;
| 2018&amp;lt;ref&amp;gt;[https://icfpcontest2018.github.io/ ICFP Programming Contest 2018]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Rust (programming language)|Rust]]&lt;br /&gt;
| [[C++]], [[Python (programming language)|Python]], [[Ruby (programming language)|Ruby]], [[JavaScript]], [[Bash (Unix shell)|bash]] and [[SQL]]&lt;br /&gt;
| &lt;br /&gt;
| [[OCaml]]&lt;br /&gt;
|-&lt;br /&gt;
|2019&amp;lt;ref&amp;gt;{{Cite web|date=2019-08-20|title=Final Results|url=https://icfpcontest2019.github.io/post/results-announced/|access-date=2020-07-15|website=ICFP Programming Contest 2019|language=en}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
|[[Rust (programming language)|Rust]]&lt;br /&gt;
|[[C++]]&lt;br /&gt;
|&lt;br /&gt;
|[[C++]] and [[Haskell (programming language)|Haskell]]&lt;br /&gt;
|-&lt;br /&gt;
| 2020&amp;lt;ref&amp;gt;{{Cite web|date=2020-08-26|title=ICFP Programming Contest Awards and Reports|url=https://www.youtube.com/watch?v=WfRqE4NBecM |archive-url=https://ghostarchive.org/varchive/youtube/20211221/WfRqE4NBecM |archive-date=2021-12-21 |url-status=live|access-date=2021-05-29|language=en}}{{cbignore}}&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Python (programming language)|Python]]&lt;br /&gt;
| [[C++]] (first winner), [[Rust (programming language)|Rust]] (second winner)&lt;br /&gt;
|&lt;br /&gt;
| [[Haskell (programming language)|Haskell]]&lt;br /&gt;
|-&lt;br /&gt;
| 2021&amp;lt;ref&amp;gt;[https://icfpcontest2021.github.io/ ICFP Programming Contest 2021]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[C++]], [[Rust (programming language)|Rust]]&lt;br /&gt;
| [[Rust (programming language)|Rust]]&lt;br /&gt;
| [[Rust (programming language)|Rust]], [[TypeScript]] and [[Go (programming language)|Go]]&lt;br /&gt;
| [[Rust (programming language)|Rust]], [[TypeScript]] and [[Go (programming language)|Go]]&lt;br /&gt;
|-&lt;br /&gt;
| 2022&amp;lt;ref&amp;gt;[https://icfpcontest2022.github.io/ ICFP Programming Contest 2022]&amp;lt;/ref&amp;gt;&lt;br /&gt;
| [[Rust (programming language)|Rust]], [[Go (programming language)|Go]] and [[Python (programming language)|Python]]&lt;br /&gt;
| [[Rust (programming language)|Rust]], [[C++]] and [[Python (programming language)|Python]]&lt;br /&gt;
| [[C++]], [[Rust (programming language)|Rust]] and [[Python (programming language)|Python]]&lt;br /&gt;
| [[Rust (programming language)|Rust]], [[C++]] and [[Python (programming language)|Python]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[International Collegiate Programming Contest]] (ICPC)&lt;br /&gt;
* [[Online judge]]&lt;br /&gt;
&lt;br /&gt;
==References and notes==&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
* [http://www.icfpconference.org/contest.html Contest at ICFP site]&lt;br /&gt;
[[Category:Programming contests]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Kvng</name></author>
	</entry>
</feed>