Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidraval/rubycombinator
https://github.com/sidraval/rubycombinator
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sidraval/rubycombinator
- Owner: sidraval
- Created: 2013-11-20T14:29:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-20T14:29:51.000Z (almost 11 years ago)
- Last Synced: 2024-10-11T23:42:32.434Z (about 1 month ago)
- Language: Ruby
- Size: 97.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.