A generic function that determines if an object is an interactive stream.
common-lisp
interactive-stream-p stream => result
stream⇩ |
A stream. |
result |
A generalized boolean. |
The generic function interactive-stream-p
implements the standard function. There is a method with stream specialized on fundamental-stream that returns nil
.
interactive-stream-p in the Common Lisp HyperSpec
input-stream-p
output-stream-p
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:30