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])
<snip>
  :name aname

  The package-qualified name of the class to be generated

Write it like (gen-class :name foo.bar$Baz) and you'll be fine.  This
works for me on Clojure 1.4.

-- 
Stephen Compall
"^aCollection allSatisfy: [:each | aCondition]": less is better than


-- 
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

Reply via email to