Difference between revisions of "Programming contests"

From HaskellWiki
Jump to navigation Jump to search
(local link)
 
(8 intermediate revisions by 5 users not shown)
Line 10: Line 10:
   
 
* [[ICFP Programming Contest]]
 
* [[ICFP Programming Contest]]
* [http://icfpcontest.org ICFP contest home]
+
* [http://www.icfpcontest.org/ ICFP contest home]
   
 
== Great Language Shootout ==
 
== Great Language Shootout ==
Line 18: Line 18:
 
* [http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all The Great Language Shootout]
 
* [http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all The Great Language Shootout]
   
  +
We have [[Great_language_shootout|a separate page]] to track the Haskell submissions and discuss improvements.
The old wiki keeps a track of [http://haskell.org/hawiki/ShootoutEntry our submissions].
 
   
== SPOJ ==
+
== The Ruby Quiz ==
   
  +
Haskell implementations of the ruby quiz problems are collected here:
* [[SPOJ]]
 
  +
  +
* The [[Haskell Quiz]]
  +
  +
== Online Judges ==
  +
  +
* [[SPOJ|The Sphere Online Judge]] contest
  +
* [[Online_judges|List]] of judges platform that support Haskell
   
 
== Project Euler ==
 
== Project Euler ==
Line 28: Line 35:
 
"Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve."
 
"Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve."
   
* [http://mathschallenge.net/index.php?section=project Project Euler]
+
* [http://projecteuler.net/ Project Euler]
   
 
== International Obfuscated Haskell Code Contest ==
 
== International Obfuscated Haskell Code Contest ==
   
The IOHCC as been held three times.
+
The IOHCC has been held three times.
   
 
* [[Obfuscation]]
 
* [[Obfuscation]]
   
  +
[[Category:Contests]]
== More ==
 
 
...
 

Latest revision as of 09:53, 16 December 2017

There are a number of online programming contests of interest to Haskell programmers. This page attempts to document and help coordinate the efforts of the Haskell community.

The ICFP Programming Contest

A yearly contest run by the functional programming community, open to all comers. Haskell has been highly successful over the years, winning several times.

Great Language Shootout

A highly visible language performance contest.

We have a separate page to track the Haskell submissions and discuss improvements.

The Ruby Quiz

Haskell implementations of the ruby quiz problems are collected here:

Online Judges

Project Euler

"Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve."

International Obfuscated Haskell Code Contest

The IOHCC has been held three times.