Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ea3cd78

Browse files
committed
4-17 Unknown Tagged Literals: Add a See Also item
It took me a long time to figure out why clojure.edn/read didn't heed data_readers.clj. (Because it's not supposed to.) Looking for answers, recipe 4-17 turned up quite high in the search results, but didn't help me much. When I finally figured it out, I hit my head against the wall and suspected that other people have the same problems. So I added a note to the ClojureDocs entry for clojure.edn/read. Add a link to the ClojureDocs entry to the See Also section of recipe 4-17, so that people finding this recipe first, can achieve enlightenment more quickly.
1 parent e624f31 commit ea3cd78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

04_local-io/4-17_unknown-reader-literals.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ for reading data, it's generally better to use the edn variants.footnote:[The Cl
137137

138138
* https://github.com/edn-format/edn[edn: extensible data notation] on GitHub
139139
* <<sec_local_io_clojure_data_to_disk>>, and <<sec_edn_record>>
140+
* The entry for
141+
https://clojuredocs.org/clojure.edn/read[+clojure.edn/read+ on
142+
ClojureDocs] for a discussion about how the +clojure.core+ and
143+
+clojure.edn+ reader procedures differ with regard to
144+
+data_readers.clj+.
140145

141146
++++
142147
<?hard-pagebreak?>

0 commit comments

Comments
 (0)