This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
README | ||
| |
pycombinator.py | ||
| |
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








