https://github.com/ymdarake/stream-js
Sample implementation in JavaScript for SICP Stream chapter
https://github.com/ymdarake/stream-js
js lazy-evaluation stream
Last synced: 4 months ago
JSON representation
Sample implementation in JavaScript for SICP Stream chapter
- Host: GitHub
- URL: https://github.com/ymdarake/stream-js
- Owner: ymdarake
- Created: 2019-08-07T09:21:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T12:47:48.000Z (almost 6 years ago)
- Last Synced: 2025-01-16T06:29:40.204Z (5 months ago)
- Topics: js, lazy-evaluation, stream
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# about
- sample implementation for [SICP Stream example](https://sarabander.github.io/sicp/html/3_002e5.xhtml#g_t3_002e5_002e2)