This is just a simple implementation I did of the Sieve of Eratostenes --an algorithm which finds prime numbers in a given interval-- in the Scheme programming language.