Re: gen-class and need for fully qualified class names

2021-10-01 Thread Elias Zaretsky
Jon, The ns macro is expanded such that the (gen-class) form appears before any (import) calls. So unqualified names are not available yet. There are more details in this StackOverflow answer I posted a while back. Thanks, Elias. On Thursday, Sep

gen-class and need for fully qualified class names

2021-09-30 Thread Jon Seltzer
Hi all, I'm sure this is answered somewhere already but can't find it. The :gen-class option of ns macro has access to imports. Why is it that fully qualified class names are still required? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to