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> .

Version: 1.0
Depends: gmp
Published: 2020-06-25
Author: Carl Witthoft
Maintainer: Carl Witthoft <carl at witthoft.com>
License: LGPL-3
NeedsCompilation: no
CRAN checks: Rfractran results

Documentation:

Reference manual: Rfractran.pdf

Downloads:

Package source: Rfractran_1.0.tar.gz
Windows binaries: r-devel: Rfractran_1.0.zip, r-release: Rfractran_1.0.zip, r-oldrel: Rfractran_1.0.zip
macOS binaries: r-release (arm64): Rfractran_1.0.tgz, r-oldrel (arm64): Rfractran_1.0.tgz, r-release (x86_64): Rfractran_1.0.tgz, r-oldrel (x86_64): Rfractran_1.0.tgz

Linking:

Please use the canonical form https://CRAN.R-project.org/package=Rfractran to link to this page.