user=> (eval (read-string "(+ 1 1)")) 2 user=> (read-string (prn-str (+ 1 1))) 2
(eval (read-string "(+ 1 1)")) => 2