The object of this program
Compute prime numbers, by
- generating integers
- discarding the ones that aren't prime
Do so in an object-oriented style
- a chain of objects, each of which discards multiples of a particular integer
- the chain grows dynamically for each prime number computed