wwbrannon/schemeR: Ports of Lisp/Scheme Features to R

Provides a Lisp-like mini-language within R, with a prefix syntax and versions of many of the usual Lisp operators (let, cond, do, functional programming utilities, etc.). Code written with this package is still valid R, but the differences from what R code normally looks like highlight the language's roots in Scheme. Common Lisp-style macros, based on defmacro, are also supported, with an implementation much closer to Lisp's behavior than other macro implementations for R.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.0.9000
URL https://github.com/wwbrannon/schemeR
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("wwbrannon/schemeR")
wwbrannon/schemeR documentation built on May 4, 2019, 12:03 p.m.