Just to chime in and second what others have said, functions do not encode 
their name in an accessible way. The best option right now is to use 
clojure.repl/demunge on the class name. 

This is a best-effort function as the transformation from Clojure function 
name to Java class class name is not unambiguously reversible (both - and _ 
become _ in the Java name, so this is a lossy transformation). A related 
ticket is http://dev.clojure.org/jira/browse/CLJ-1278.

On Tuesday, October 24, 2017 at 7:36:56 AM UTC-5, Sean Corfield wrote:
>
> No need to import the compiler. Use clojure.repl/demunge
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to