-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Hey all,
One feature I tend to miss often is the ability to have a stream output to a string with a fill-pointer ala with-output-to-string
, but with indefinite extent so I can keep it around.
I see this is missing even from flexi-streams
, with the same issue where you have flexi-streams:with-output-to-sequence
, but no way to make-output-to-sequence
.
Any thoughts on an addition like that? I was going to write my own function making use of flexi-streams::vector-output-stream
, as that's what make-in-memory-output-stream
uses, but I see that's not an exported symbol.
Metadata
Metadata
Assignees
Labels
No labels