chansey97 / stream-zip

Enhanced library for Racket streams, supporting multi-value zip, unzip, and map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stream-zip

The stream-map in Racket stream library doesn't work with more than one stream, but it works with multiple values in the stream. This library enhance the manipulation of streams with multiple values and multiple streams, via the three procedures: stream-zip, stream-unzip, and stream-map*.

About

Enhanced library for Racket streams, supporting multi-value zip, unzip, and map.


Languages

Language:Racket 100.0%