Package: Rfractran 1.0.1
Carl Witthoft
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> .
Authors:
Rfractran_1.0.1.tar.gz
Rfractran_1.0.1.tar.gz(r-4.5-noble)Rfractran_1.0.1.tar.gz(r-4.4-noble)
Rfractran_1.0.1.tgz(r-4.4-emscripten)Rfractran_1.0.1.tgz(r-4.3-emscripten)
Rfractran.pdf |Rfractran.html✨
Rfractran/json (API)
# Install 'Rfractran' in R: |
install.packages('Rfractran', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:3cd3b74ac6. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 30 2024 |
R-4.5-linux | OK | Oct 30 2024 |
Exports:fracAnsfracDofracMakestopPrime
Dependencies:gmp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
A 'FRACTRAN' Interpreter and Some Helper Functions | Rfractran-package Rfractran |
A Q&D "Logulator" to Find Numbers of Interest From 'fracDo' Output | fracAns |
The FRACTRAN Interpreter Function | fracDo |
Function to Create a Sequence of 'bigq' Fractions | fracMake |
Function to Stop 'fracDo' When Finding Primes | stopPrime |