Xojo Prime Number Generator

Hi everyone,

I’d like to share with you a little project I created some time ago: the Xojo Prime Number Generator.
While it’s not a recent app, I believe it might still catch the interest of those who enjoy mathematics and number theory.

The project includes implementations of both the Sieve of Eratosthenes and the Sieve of Atkin, offering a nice playground for experimenting with prime number generation in Xojo.

Prime numbers have always fascinated me — there’s something both simple and mysterious about them. Whether you’re into math, looking for a small challenge, or just curious to see how such algorithms can be brought to life in Xojo, I hope you’ll find this project interesting!

Link on Github : Xojo-Prime-Number-Generator

As a bonus, this program can also serve as a benchmark tool : it’s a fun way to compare the speed of Xojo on different computers, or even against other programming languages when performing the same prime number calculations.

11 Likes