Skip to main content

A lambda replacement which is shorter, pickle-able, and cooler.

Project description

LambdaX is a composition class. It’s a lambda replacement which is shorter, pickle-able, and cooler.

LambdaX has two main features:

It acts as an identity function ( so X(object) == object, etc. ) When performing operations on it, it returns a new class that acts as a corresponding function.

Example:
>>> map( X+2, [1, 2, 3] )
[3, 4, 5]
>>> head, tail = X[0], X[1:]
>>> (head(tail))([1,2,3])

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LambdaX-0.2.zip (3.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page