[parenscript-devel] Renaming a Macro

David Sargeant david at dsargeant.com
Fri Jan 18 21:21:40 UTC 2013


What is the best way to rename a macro in ParenScript?  For example, if I wanted to use '->' instead of 'chain.'  Right now I am just using a macro, but I'm wondering if there is an easier way.  Thanks.

(defmacro -> (&rest method-calls)
  `(chain , at method-calls))

David



More information about the parenscript-devel mailing list