We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

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