Circularly readable streams for Common Lisp
Circular-Streams allows you to read streams circularly by wrapping real streams. Once you reach end-of-file of a stream, its file position will be reset to 0 and you're able to read it again.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'sbcl-trivial-gray-streams' does not match package name 'ecl-trivial-gray-streams' | |
input-labels Identify input labels that do not match package names | label 'sbcl-fast-io' does not match package name 'ecl-fast-io' |