An open API service indexing awesome lists of open source software.

https://github.com/sidraval/rubycombinator


https://github.com/sidraval/rubycombinator

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Y Combinator in Ruby

An implementation of the Y combinator in Ruby. Lessons learned: We must use the applicative order Y combinator,
since Ruby apparently does not lazily evaluate its method calls -- the normal order Y combinator produces a
stack overflow error.