Re: weird quote/unquote usage

2011-12-25 Thread Razvan Rotaru
Thanks. Razvan -- 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

Re: weird quote/unquote usage

2011-12-25 Thread Meikel Brandmeyer
Hi, Am 25.12.2011 um 11:37 schrieb Razvan Rotaru: > Consider following code: > > (defprotocol WithOptions > (getOptions [this] "All options") > (getOption [this option] "One option")) > > > (defn- gen-proxy [klass opts] > `(proxy [~klass WithOptions] [] >