In my application I need to convert clojure keyword eg. :var_name into a string "var_name". Any ideas how that could be done?
↧
In my application I need to convert clojure keyword eg. :var_name into a string "var_name". Any ideas how that could be done?