cl-cookbook
cl-cookbook copied to clipboard
Feature Request: Chapter on streams
Hi.
I think a chapter on streams would be a good addition. The "Input/Output" section contains some stuff related to streams, but there's more to cover.
I'm creating this issue for future reference. I'm considering trying to create the chapter myself.
The Common Lisp the Language book has a good chapter on streams, there's also the Gray Streams, etc.
It would be a welcome addition.
@vindarel btw, I've published a linked PDF version of CLtL2 here: https://github.com/mmontone/cltl2-doc (you may want to add somewhere as a CL doc resource?)
I overlooked that book. It has the precision of the Hyperspec, but also design explanations. I'm learning new things as I read.
For instance, have a look at the Streams chapter. Hyperspec gives you only the streams api, but the chapter there covers more things.
(you may want to add somewhere as a CL doc resource?)
I mentioned it on the index and on awesome-cl. Have a look if it's referenced on Cliki too?
Nice! Thanks