R/oshka-package.R

#' Recursive Quoted Language Expansion
#'
#' Expands quoted language by recursively replacing any symbol that points to
#' quoted language with the language it points to.  The recursive process
#' continues until only symbols that point to non-language objects remain.  The
#' resulting quoted language can then be evaluated normally.  This differs from
#' the traditional 'quote'/'eval' pattern because it resolves intermediate
#' language objects that would interfere with evaluation.

#' @docType package
#' @name oshka-package

NULL

Try the oshka package in your browser

Any scripts or data that you put into this service are public.

oshka documentation built on May 1, 2019, 9:19 p.m.