Welcome! Please see the About page for a little more info on how this works.

+9 votes
in Clojure by

In clojure.edn I see only "read" and "read-string".

For symmetry I expect "write" and "write-string" to be nearby. At first it could be just alias for "pr" and "pr-str", but in furure they may limited version of "pr" which only produces valid input for clojure.edn/read.

2 Answers

0 votes
by

Comment made by: jafingerhut

Related clojure-dev message: https://groups.google.com/forum/?fromgroups#!topic/clojure-dev/fLJWh9A3OuA

and enhancement proposal wiki page: http://dev.clojure.org/pages/viewpage.action?pageId=8192126

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJ-1201 (reported by alex+import)
...