Skip to content

Instantly share code, notes, and snippets.

@zhouqiang-cl
Created December 22, 2016 08:01
Show Gist options
  • Save zhouqiang-cl/f1e07b59eb8bfacd78ee3eb8a7d6f613 to your computer and use it in GitHub Desktop.
Save zhouqiang-cl/f1e07b59eb8bfacd78ee3eb8a7d6f613 to your computer and use it in GitHub Desktop.
common lisp 的函数 INTERACTIVE-STREAM-P
语法
interactive-stream-p stream => generalized-boolean
参数和值
stream --- 一个 stream
generalized-boolean --- 一个 generalized-boolean
描述
如果这个 stream 是一个交互式的 stream, 返回true, 否则返回 false
代码
* (interactive-stream-p *debug-io*)
T
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment