Created
June 19, 2014 01:07
-
-
Save dcguim/5ff1efd107cdac355690 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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