Prime numbers generator

From Esolang
Jump to navigation Jump to search

A prime number generator generates prime numbers, which are numbers that have only 2 factors: itself and 1.

Writing a program that calculates prime numbers is a popular problem when trying out a new esoteric language, or for showcasing its features.

External resources