Learn R Programming

Rfractran (version 1.0.1)

A 'FRACTRAN' Interpreter and Some Helper Functions

Description

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

Copy Link

Version

Install

install.packages('Rfractran')

Monthly Downloads

172

Version

1.0.1

License

LGPL-3

Maintainer

Carl Witthoft

Last Published

August 29th, 2023

Functions in Rfractran (1.0.1)

fracDo

The FRACTRAN Interpreter Function
Rfractran-package

tools:::Rd_package_title("Rfractran")
stopPrime

Function to Stop fracDo When Finding Primes
fracMake

Function to Create a Sequence of bigq Fractions
fracAns

A Q&D "Logulator" to Find Numbers of Interest From fracDo Output