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