Skip to content
Snippets Groups Projects
Commit 95b2e095 authored by rtoy's avatar rtoy
Browse files

Add footnote that Paul Foley contributed cmucl's simple-streams

implementation.
parent 0665a002
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,11 @@ ...@@ -3,10 +3,11 @@
\label{simple-streams} \label{simple-streams}
\cmucl{} includes a partial implementation of \emph{Simple Streams}, a \cmucl{} includes a partial implementation of \emph{Simple Streams}, a
protocol that allows user-extensible streams. The protocol was protocol that allows user-extensible streams\footnote{This
proposed by Franz, Inc. and is intended to replace the \emph{Gray implementation was donated by Paul Foley}. The protocol was proposed
Streams} method of extending streams. Simple streams are distributed by Franz, Inc. and is intended to replace the \emph{Gray Streams}
as a \cmucl{} subsystem, that can be loaded into the image by saying method of extending streams. Simple streams are distributed as a
\cmucl{} subsystem, that can be loaded into the image by saying
\begin{lisp} \begin{lisp}
(require :simple-streams) (require :simple-streams)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment