Summary
It is desirable for the readers/printers of both Clojure and ClojureScript to have consistent behavior, to enable data exchange between the two languages.
Issues
- ClojureScript prints Unicode character escapes as \x.. instead of \u..
- causes Clojure reader to throw exception
- mailing list discussion: https://groups.google.com/d/msg/clojure/Kl3WVtEE3FY/N1VEGHf8C3AJ
- Bug report in Pinot: https://github.com/ibdknox/pinot/issues/16
Labels: