|
|
|
| 42% |
Python Cookbook -- another curry...
(Alex Naanou)
this recipe defines two sets of functional-style curry and rcurry (right curry).
this is a ... Modified: Sep 17 2003 2:38
|
 |
 |
 |
| 37% |
Python Cookbook -- curry -- associating parameters with a function
(Scott David Daniels)
In functional programming, currying is a way to bind arguments with
a function and wait for the ... Modified: Apr 18 2001 3:32
|
 |
 |
 |
| 26% |
Python Cookbook -- HasFriends
(Shannon -jj Behrens)
Permit anyone to add methods to a class in a library without having
to change the name of the ... Modified: Jan 19 2005 10:35
|
 |
 |
 |
| 24% |
Python Cookbook -- Curry
(Shannon -jj Behrens)
Suppose you have a function "sum(a, b)". This class lets you
do things like:
... Modified: Jan 19 2005 6:02
|
 |
 |
 |
| 24% |
Python Cookbook -- Boost.Bind in Python (a variation of Curry technique, partial function application)
(Maxim Khesin)
The Boost.Bind library
http://www.boost.org/libs/bind/bind.html
, which I use a lot in C++, has ... Modified: Sep 22 2005 4:47
|
 |
 |
 |
| 23% |
Python Cookbook -- Curried functions
(Ben Wolfson)
A class to allow programmers to curry functions, so that arguments can be supplied one at a time ... Modified: Apr 9 2001 2:56
|
 |
 |
 |
| 18% |
Python Cookbook -- Infix operators
(Ferdinand Jamitzky)
Python has the wonderful "in" operator and it would be nice to have additional infix ... Modified: Feb 17 2005 11:12
|
 |
 |
 |
| 8% |
Python Cookbook -- Functional dictionary and list types for Python 2.1+
(Dave Benjamin)
Dictionary, list, set, and histogram types for relational algebra, functional programming, ... Modified: Nov 26 2002 8:56
|
 |
 |
 |
| 6% |
Python Cookbook -- function composition
(Scott David Daniels)
These two classes show two styles of function composition. The
difference is only when the ... Modified: Apr 17 2001 10:31
|
 |
 |
 |
| 6% |
Python Cookbook -- Extension to Pythologic -- Prolog syntax in Python
(Huu Nguyen)
this is an extension to Shai Berger's Pythologic to include support for PyLog.
See ... Modified: May 8 2005 4:47
|
 |
 |
 |
| 5% |
Python Cookbook -- imapmethod and friends
(Michael Hoffman)
Ever been frustrated at having to separately read data and then do minor processing by calling ... Modified: Oct 31 2003 8:03
|
 |
 |
 |
|