Package: Rfractran
Type: Package
Title: A 'FRACTRAN' Interpreter and Some Helper Functions
Version: 1.0.1
Date: 2023-08-28
Authors@R: c(person(given = "Carl", family = "Witthoft", role = c("aut","cre"), email= "cellocgw@gmail.com"))
Depends: gmp
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 <https://en.wikipedia.org/wiki/FRACTRAN> . 
License: LGPL-3
NeedsCompilation: no
Packaged: 2023-08-28 15:13:40 UTC; cgw
Author: Carl Witthoft [aut, cre]
Maintainer: Carl Witthoft <cellocgw@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-29 16:30:18 UTC
Built: R 4.3.0; ; 2023-09-01 04:08:37 UTC; unix
