Looks cool. This should help the XML-allergic :)

Though, is there a reason why all symbol arguments to defmodel have to
be quoted? It looks rather unpleasant. Seems like you should be able
to fix that by changing the body of defmaven to
  `(reset! *MODEL* (Model ~@(for [a args] `(quote ~a))))

Another possible approach is to wrap the free key-value pairs in a map
or a vector so that it's easy to quote the whole form.

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