Skip to content

Instantly share code, notes, and snippets.

@arademaker
Last active August 29, 2015 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arademaker/af2dbdf6ed6a5501b46f to your computer and use it in GitHub Desktop.
Save arademaker/af2dbdf6ed6a5501b46f to your computer and use it in GitHub Desktop.
CL example of reading a stream...
(let ((data (make-array 20 :initial-element nil)))
(values(read-sequence data (make-string-input-stream "testing things")) data))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment