Learn R Programming

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

lambda.r (version 1.1.0-3)

Functional programming in R

Description

A language extension to efficiently write functional programs in R. Syntax extensions include multi-part function definitions, pattern matching, guard statements, built-in (optional) type safety.

Copy Link

Version

Install

install.packages('lambda.r')

Monthly Downloads

87,252

Version

1.1.0-3

License

LGPL-3

Maintainer

Brian Lee Yung Rowe

Last Published

January 21st, 2013

Functions in lambda.r (1.1.0-3)

lambda.r-package

Functional programming in R
duck-typing

Functions for duck typing
%as%

Define functions and type constructors in lambda.r
introspection

Introspection for lambda.r
UseFunction

Primary dispatcher for functional programming