clojure icon indicating copy to clipboard operation
clojure copied to clipboard

understanding auto-resolve for keywords

Open practicalli-johnny opened this issue 5 years ago • 0 comments

A comment was made that a qualified keyword that uses auto-resolve will substitute the qualified part of the keyword with the current Clojure namespace

https://clojure.org/guides/weird_characters#autoresolved_keys

Does this help with the issues I had with names as part of banking on clojure? Is auto-resolving names ever a good idea? Code examples of this?

My current feeling is that auto-resolve is more confusing that helpful.

practicalli-johnny avatar Dec 04 '20 10:12 practicalli-johnny