Examples of what Lisp's macros can be used for

Posted by Dimitri C. on Stack Overflow See other posts from Stack Overflow or by Dimitri C.
Published on 2010-04-01T14:46:59Z Indexed on 2010/04/01 15:03 UTC
Read the original article Hit count: 213

Filed under:
|
|

I've heard that Lisp's macro system is very powerful. However, I find it difficult to find some practical examples of what they can be used for; things that would be difficult to achieve without them.

Can anyone give some examples?

© Stack Overflow or respective owner

Related posts about lisp

Related posts about macros