#uuid "550e8400-e29b-41d4-a716-446655440000"
over: (uuid "550e8400-e29b-41d4-a716-446655440000")
The reader already supports it, functions/macro are already namespaced and you still have to parse it anyway.Think about data interchange between Clojure & ClojureScript.
i.e. definitely helpful for data interchange between Clojure implementations (and read-time shenanigans in general), and a big improvement over the depths of #= and such.
A much more complex example reading a UTC instant in time like `#inst "2010-11-12T13:14:15.666-06:00"` is found at https://github.com/clojure/clojure/blob/master/src/clj/cloju...