Re: macro for export-xml-rpc-method

JCB <[email protected]> Wed, 29 Jul 2009 20:36:30 +0000 (UTC)
Newsgroups gmane.lisp.allegro
Message-ID <[email protected]>
Willem Broekema <metawilm <at> gmail.com> writes:

> 
> Oops, that's wrong as it lacks backquotes. This should work:
> 
> #.`(progn ,@(loop for (server method-spec types-list) in *my-methods*
>                         collect `(export-xml-rpc-method ,server
> ',method-spec ,@types-list)))
> 
> - Willem
> 
> 

Thanks so much Willem, much appreciated! 

-John