I realized that I got the anaphora idiom wrong after I posted. I changed it in my test code.
Thanks. On Jun 20, 6:31 am, Jonathan Fischer Friberg <[email protected]> wrote: > 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 > <[email protected]>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 [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > 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 [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
