Learn R Programming

⚠️There's a newer version (2.0.4) of this package.Take me there.

futile.paradigm (version 1.1.0)

A framework for working in a functional programming paradigm in R

Description

Provides dispatching implementations suitable for functional programming paradigms. The framework provides a mechanism for attaching guards to functions similar to Erlang, while also providing the safety of assertions reminiscent of Eiffel.

Copy Link

Version

Install

install.packages('futile.paradigm')

Monthly Downloads

13

Version

1.1.0

License

LGPL-3

Maintainer

Brian Lee Yung Rowe

Last Published

September 9th, 2010

Functions in futile.paradigm (1.1.0)

UseFunction

Primary dispatcher for functional programming
futile.paradigm-package

A framework for working in a functional programming paradigm in R
guard

Add guards to a function to define the conditions when a child function will execute
ensure

Add post-assertion validations to a function to define the conditions when the results of a child function are valid
AbuseMethod

Dispatcher for high-level API functions
crud

API for CRUD-like operations