summaryrefslogtreecommitdiffstats
path: root/libraries/simplegeneric/README
blob: 54ecd7670e74ee5f778213c17ef563755f05fdff (plain)
simplegeneric (Simple generic functions)

The simplegeneric module lets you define simple single-dispatch
generic functions, akin to Python's built-in generic functions like
len(), iter() and so on.

To build, this requires pysetuptools.