cl-cookbook icon indicating copy to clipboard operation
cl-cookbook copied to clipboard

Feature Request: Chapter on streams

Open mmontone opened this issue 1 year ago • 4 comments

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.

mmontone avatar May 25 '24 18:05 mmontone

It would be a welcome addition.

vindarel avatar May 27 '24 11:05 vindarel

@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.

mmontone avatar May 27 '24 12:05 mmontone

(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?

vindarel avatar May 28 '24 13:05 vindarel

Nice! Thanks

mmontone avatar May 28 '24 14:05 mmontone