Hacker News new | ask | show | jobs
by keithalewis 581 days ago
This seems to make the mistake of identifying a vector with a stream.
1 comments

In this implementation streams are not vectors nor lists. They are ordered hash maps.
Just pointing out what the theoretical documentation says. A stream should have operations for empty, current, and next. You don't want implementation details leaking into the abstract model.