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: about 1 month 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 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T12:47:48.000Z (almost 7 years ago)
- Last Synced: 2025-03-05T18:56:56.628Z (over 1 year 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)