Skip to main content

UNKNOWN

Project description

lamderp
=======

Simple easy python lambda DSL

Usage
-----
Lambderp is very easy to use, and models small lambda functions easily.
```Python
from lambderp import _

even = filter(_ % 2 == 0, range(50))
odd = filter(_ % 2 == 1, range(50))
```

Project details


Download files

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

Source Distribution

lamderp-0.1.tar.gz (570 Bytes view hashes)

Uploaded Source

Built Distribution

lamderp-0.1.linux-x86_64.exe (62.3 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