Fork me on GitHub
#beginners
<
2016-03-26
>
isaac_cambron06:03:31

@dottedmag:

product=> (require '[ :as io])
nil
product=> (io/input-stream (.getBytes "this is a string"))
#<BufferedInputStream java.io.BufferedInputStream@6f4ec7f9>
product=> (slurp *1)
"this is a string"