Fractran: Computer architecture based on the multiplication of fractions

Fractran is a unique computer architecture centered on fraction multiplication. It employs prime numbers as the building blocks, contrasting them as the DNA of other numbers. The program involves an Accumulator depicting registers and Fractions representing instructions testing registers. The system simplifies complex computations by reducing operations to simple rules. Despite being considered an esoteric language, Fractran offers a straightforward method of computation by leveraging symbolic rewriting. A notable example includes a tic-tac-toe game implemented in just 16 rules. The Fractran system is reversible, opening up possibilities for exploring various applications such as Fizzbuzz and Game of Life.

https://wiki.xxiivv.com/site/fractran.html

To top