I am a beginner: I have read 1½ books on Haskell. I want to practice.

Haskell is a purely functional, lazily evaluated, strongly typed (with inference) language.

Project Euler is a set of problems combining mathematics and programming. Of the 500 problems published so far I have solved 25. For the easy problems, advanced math is easily avoided by using advanced CPUs; but (re)learning bits of math is fun too.

  • Solve some more problems
  • Write readable code
  • Follow a style guide
  • Document the libraries (with Haddock)
  • Have tests to catch bugs in refactoring. Try:
    • Doctest
    • HUnit
    • HSpec
    • QuickCheck (which was the tipping point for me to seriously try Haskell)
  • Benchmark
  • Profile
  • Package (with Cabal)

The result will be a public Git repository with code and a diary to summarize things learned.

Looking for hackers with the skills:

haskell euler learn language

This project is part of:

Hack Week 12

Activity

  • almost 5 years ago: osukup liked this project.
  • almost 8 years ago: psimons liked this project.
  • almost 9 years ago: aschnell liked this project.
  • almost 9 years ago: mvidner started this project.
  • almost 9 years ago: mvidner added keyword "haskell" to this project.
  • almost 9 years ago: mvidner added keyword "euler" to this project.
  • almost 9 years ago: mvidner added keyword "learn" to this project.
  • almost 9 years ago: mvidner added keyword "language" to this project.
  • almost 9 years ago: mvidner originated this project.

  • Comments

    Be the first to comment!

    Similar Projects

    Update Haskell ecosystem in Tumbleweed to GHC-9.6.x by psimons

    [comment]: # (Please use the project descriptio...