Skip to content

Instantly share code, notes, and snippets.

@dcguim
Created June 19, 2014 01:07
Show Gist options
  • Save dcguim/5ff1efd107cdac355690 to your computer and use it in GitHub Desktop.
Save dcguim/5ff1efd107cdac355690 to your computer and use it in GitHub Desktop.
(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