So i've been trying to find two equivalents to keywords in java. The
first one is synchronized. is there any syncrhonized keyword in
clojure?
More importantly, however, ive been trying to do somethign like this
(proxy [AbstractHandler] []
     (execute [~var]
       ~...@body))
What is the equivalent of the this keyword? Or would i simply call
other methods defined by the AbstractHandler interface by simply going
(func1-name)?

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