Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sidraval/rubycombinator


https://github.com/sidraval/rubycombinator

Last synced: 13 days 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.