Am I right that now the only way to define a class is to use the AOT
compiler? The :gen-class subform in (ns ...) doesn't work when
running/loading files, only when compiling.

Furthermore, requiring the use of (ns ..) to create a class makes defining a
class with a macro somewhat tedious (seems like you'd have to bind *ns*, so
that (ns ..) could mutate it), if even possible.


Steve


--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to