Re: Nested/inner classes with gen-class

2012-11-20 Thread Stephen Compall
On Thu, 2012-11-15 at 18:06 -0800, Jonathan Bryant wrote: > (gen-class 'foo.Bar$Baz > ; ... stuff ... ) > Any solution? Relevant bits from gen-class's docstring: clojure.core/gen-class ([& options]) :name aname The package-qualified name of the class to be generated Write it like (gen-cl

Nested/inner classes with gen-class

2012-11-15 Thread Jonathan Bryant
Googled and asked on the IRC channel, but I can't find a solution. Maybe someone here can help :) I'm trying to generate nested/inner classes with gen-class. I can't just write the classes in Java because I'm generating them off of data structures declared in Clojur