You should use ~' for anaphora.

If for example `~this is used, 'this' is going to be unquoted, and the
content of "this" will be backquoted.
With ~'this , the symbol "this" is first quoted, and then that symbol is
unquoted, resulting in the symbol "this".

Backquote should by the way definitely not be used since it resolves the
symbol to the current namespace, which is not what you want.

Jonathan

On Mon, Jun 20, 2011 at 3:42 AM, Anthony Grimes <disciplera...@gmail.com>wrote:

> Check out Seesaw <http://github.com/daveray/seesaw>. It's a Clojure Swing
> wrapper that really cuts back on boilerplate, and will probably serve you
> better than rolling your own making-swing-manageable macros.
>
> Happy hacking!
>
>  --
> 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
>

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