FRACTRAN is an esoteric programming language created in 1996 by John Conway.
#1289on PLDB | 27Years Old | 250Users |
0Books | 0Papers |
Try now: TIO
FRACTRAN is a Turing-complete esoteric programming language invented by the mathematician John Conway. A FRACTRAN program is an ordered list of positive fractions together with an initial positive integer input n. The program is run by updating the integer n as follows: for the first fraction f in the list for which nf is an integer, replace n by nf repeat this rule until no fraction in the list produces an integer when multiplied by n, then halt. Read more on Wikipedia...