Reading
3Reads the next object from stream, which must be an instance of java.io.PushbackReader or some derivee. stream defaul...
functionclojure.core
Like read, and taking the same args. stream must be a LineNumberingPushbackReader. Returns a vector containing the obj...
functionclojure.core
Reads one object from the string s. Optionally include reader options, as specified in read. Note that read-string ...
functionclojure.core