Skip to content

Commit

Permalink
add link to another referance about streams
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 27, 2024
1 parent 4346099 commit 85f1930
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/scheme-intro/streams.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ description: Feature of scheme that allow to create lazy lists
# Streams

Streams (also called delayed Lists or lazy lists) are a data structure described in
[SICP](https://web.mit.edu/6.001/6.037/sicp.pdf) Chapter 3.5.
[SICP](https://web.mit.edu/6.001/6.037/sicp.pdf) Chapter 3.5. It also appear in Chapter 21 of
[Functional Programming in Scheme](https://people.cs.aau.dk/~normark/prog3-03/html/notes/eval-order_themes-delay-stream-section.html).

The base of those data structures are two expressions `delay` and `force`.

Expand Down

0 comments on commit 85f1930

Please sign in to comment.