Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 474 Bytes

README.textile

File metadata and controls

9 lines (5 loc) · 474 Bytes

stream.php

A stand-alone library for streams in PHP based off of stream.js.

Original implementation based off of the stream data structure introduced in SICP section 3.5.

Usage

For a more in-depth introduction to the stream datastructure, please visit the tutorial, which has been adapted to PHP from the well-written introduction by Dionysis.