Skip to content

Instantly share code, notes, and snippets.

@ztellman
Created March 11, 2012 05:33
Show Gist options
  • Select an option

  • Save ztellman/2015155 to your computer and use it in GitHub Desktop.

Select an option

Save ztellman/2015155 to your computer and use it in GitHub Desktop.
(reify
Reader
(read-bytes [_ b]
[true [] b])
Writer
(sizeof [_]
0)
(write-bytes [_ _ _]
nil))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment