Rfractran: A 'FRACTRAN' Interpreter and Some Helper Functions
'FRACTRAN' is an obscure yet tantalizing programming language invented by John Conway of 'Game of Life' fame. The code consists of a sequence of fractions. The rules are simple. First, select an integer to initialize the process. Second, multiply the integer by the first fraction. If an integer results, start again with the new integer. If not, try the next fraction. Finally, if no such multiplication yields an integer, terminate the program. For more information, see <https://en.wikipedia.org/wiki/FRACTRAN> .
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=Rfractran
to link to this page.