froth-package {froth}R Documentation

froth

Description

logo

froth is a Forth implementation that runs on top of R. This allows users to enjoy the fun of stack-oriented program from within the comfort of R.

You can start a REPL by running froth() in the terminal. Future additions will add the ability to execute forth scripts.

Running on top of R provides a few key differences relative to other FORTH implementations:

Usage

## Start a froth REPL
froth()

Value

None; operations within the REPL will only modify the internal froth stack.

Author(s)

Maintainer: Aidan Lakshman ahl27@pitt.edu

See Also

Useful links:


[Package froth version 1.1.0 Index]