public
Description: y combinator implementation in python
Homepage:
Clone URL: git://github.com/bzanchet/pycombinator.git
name age message
file .gitignore Loading commit data...
file README
file pycombinator.py
file pycombinator_test.py
README
Pycombinator - Y Combinator implementation in python


This is a step-by-step implementation of the Y Combinator - http://en.wikipedia.org/wiki/Y_combinator -  function in 
python using test-driven development. 

Basically, following the same reasoning from the book "the little schemer", pages 160-173.

(maybe my implementation is a little bit too LISPy, but that's the way it is in the book :-)


This code is licensed under WTFPL - Do What The Fuck You Want To Public License.
Questions, comments - bzanchet at gmail.com