Learn R Programming

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

futile.paradigm (version 1.0.3)

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.0.3

License

LGPL-3

Maintainer

Brian Lee Yung Rowe

Last Published

August 24th, 2010

Functions in futile.paradigm (1.0.3)

UseFunction

Primary dispatcher for functional programming
crud

API for CRUD-like operations
guard

Add guards to a function to define the conditions when a child function will execute
futile.paradigm-package

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

Dispatcher for high-level API functions