I am (attempting to) learn Haskell. Note that I am not a student and this is not homework.<BR><BR>I am attempting to implement the sieve of Eratosthenes, and I believe I have the algorithm working.
This is a literate Haskell page: you can load it directly into ghci by following these steps. Haskell uses an evaluation strategy known as lazy evaluation. The basic idea is that an expression is not ...