Skip to content
TurtleKitty edited this page May 17, 2019 · 2 revisions

parse

This function is shorthand for text.to-stream.read-seq.

(parse "(def x 1) (def id (uuid)) (say x id)")
    ; (seq (def x 1) (def id (uuid)) (say x id))
Clone this wiki locally