What is a stream?

后端 未结 6 1062
甜味超标
甜味超标 2020-12-02 03:21

What is a stream in the programming world? Why do we need it?

Kindly explain with the help of an analogy, if possible.

6条回答
  •  感动是毒
    2020-12-02 04:02

    In addition to things mentioned above there is a different kind of streams - as defined in functional programming languages such as Scheme or Haskell - a possibly infinite datastructure which is generated by some function on-demand.

提交回复
热议问题