Package: froth 1.1.0

froth: Emulate a 'Forth' Programming Environment

Emulates a 'Forth' programming environment with added features to interface between R and 'Forth'. Implements most of the functionality described in the original "Starting Forth" textbook <https://www.forth.com/starting-forth/>.

Authors:Aidan Lakshman [aut, cre]

froth_1.1.0.tar.gz
froth_1.1.0.zip(r-4.5)froth_1.1.0.zip(r-4.4)froth_1.1.0.zip(r-4.3)
froth_1.1.0.tgz(r-4.4-x86_64)froth_1.1.0.tgz(r-4.4-arm64)froth_1.1.0.tgz(r-4.3-x86_64)froth_1.1.0.tgz(r-4.3-arm64)
froth_1.1.0.tar.gz(r-4.5-noble)froth_1.1.0.tar.gz(r-4.4-noble)
froth_1.1.0.tgz(r-4.4-emscripten)froth_1.1.0.tgz(r-4.3-emscripten)
froth.pdf |froth.html
froth/json (API)
NEWS

# Install 'froth' in R:
install.packages('froth', repos = c('https://ahl27.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/ahl27/froth/issues

On CRAN:

11 exports 3 stars 1.32 score 0 dependencies 2 scripts 118 downloads

Last updated 6 months agofrom:1383f55b10. Checks:OK: 1 NOTE: 8. Indexed: yes.

TargetResultDate
Doc / VignettesOKSep 06 2024
R-4.5-win-x86_64NOTESep 06 2024
R-4.5-linux-x86_64NOTESep 06 2024
R-4.4-win-x86_64NOTESep 06 2024
R-4.4-mac-x86_64NOTESep 06 2024
R-4.4-mac-aarch64NOTESep 06 2024
R-4.3-win-x86_64NOTESep 06 2024
R-4.3-mac-x86_64NOTESep 06 2024
R-4.3-mac-aarch64NOTESep 06 2024

Exports:frothfroth.dictionaryfroth.parsefroth.RDefinefroth.resetfroth.RPopfroth.RPushfroth.sourceloadFrothSessionsaveFrothSessionwriteFrothDictionary

Dependencies:

Arithmetic and Stacks

Rendered fromArithmeticAndStacks.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2023-11-24
Started: 2023-11-22

Conditionals and Branching

Rendered fromConditionals.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2023-11-24
Started: 2023-11-22

froth

Rendered fromfroth.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2024-03-10
Started: 2023-11-21

Fundamental Froth

Rendered fromFundamentalFroth.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2023-11-24
Started: 2023-11-22

Glossary

Rendered fromGlossary.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2024-02-07
Started: 2023-11-22

Interfacing with R

Rendered fromRInterface.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2023-11-24
Started: 2023-11-22

Loops

Rendered fromLoops.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2023-11-24
Started: 2023-11-22

Variables, Constants, and Arrays

Rendered fromVariables.Rmdusingknitr::rmarkdownon Sep 06 2024.

Last update: 2024-02-07
Started: 2023-11-22

Readme and manuals

Help Manual

Help pageTopics
List/Export Installed froth Wordsfroth.dictionary writeFrothDictionary
Read/evaluate froth code from Rfroth.parse froth.source
Reset the froth sessionfroth.reset
Interface with froth from Rfroth.RDefine froth.RPop froth.RPush
Save/Load froth SessionsloadFrothSession save-load-froth saveFrothSession