User:Yeti: Difference between revisions

Content added Content deleted
Line 28: Line 28:
Is there really no simpler way to drop the top of stack that works for strings and numbers and in all versions of Dc?
Is there really no simpler way to drop the top of stack that works for strings and numbers and in all versions of Dc?


=Python/Primes/FSOE=
=Python/Primes/FSOE1=
{{works with|Python|2.x}}
{{works with|Python|2.x}}
This is a sequentialised variant of the well known sieve method (ab)using a dictionary as sparse array.
This is a sequentialised variant of the well known sieve method (ab)using a dictionary as sparse array.