Skip to content

y combinator implementation in python

Notifications You must be signed in to change notification settings

bzanchet/pycombinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

y combinator implementation in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages