Monthly Archives: November 2011
Pointfree style in Python
I’ve been getting back into Python lately… I just wrote a small module that provides support for pointfree style programming with a combination of automatic partial function/method application and operator overloading for function composition: See the overview for a lengthier … Continue reading
Posted in Code | Leave a reply