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.1
Depends: gmp
Published: 2023-08-29
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw at gmail.com>
License: LGPL-3
NeedsCompilation: no
CRAN checks: Rfractran results

Documentation:

Reference manual: Rfractran.pdf

Downloads:

Package source: Rfractran_1.0.1.tar.gz
Windows binaries: r-devel: Rfractran_1.0.1.zip, r-release: Rfractran_1.0.1.zip, r-oldrel: Rfractran_1.0.1.zip
macOS binaries: r-release (arm64): Rfractran_1.0.1.tgz, r-oldrel (arm64): Rfractran_1.0.1.tgz, r-release (x86_64): Rfractran_1.0.1.tgz
Old sources: Rfractran archive

Linking:

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