On 8 Jan 2011, at 00:22, Andreas Rottmann wrote:

If you are writing your own macro, I find 'define-syntax' easier:

It's not only easier, it also not inherently broken (as `define-macro'
is). See <http://en.wikipedia.org/wiki/Hygienic_macro> for a discussion
of the hygiene issue.

This is a good discussion. I need introducing local variables in the macro definition, which 'define-macro' resolves. So thanks!


Reply via email to