[Chicken-users] Re: Explicit Renaming Macros Help/Tutorial?

2009-06-09 Thread Jack Trades
Thanks again for your help, I think I finally understand er-macros, at least a little. A couple more questions. I was playing with a macro that extends the syntax of if. This macro works fine on its own and also if I import the module with no prefix. However I get an error if I try to import

Re: [Chicken-users] Re: Explicit Renaming Macros Help/Tutorial?

2009-06-09 Thread Jack Trades
Thanks, that helps quite a bit. Jack Trades On Tue, Jun 9, 2009 at 11:16 AM, Juergen Lorenz j...@jugilo.de wrote: Here is a mini tutorial of explicit renaming for all who are interested in it: Mini-tutorial on explicit renaming macros in Chicken

Re: [Chicken-users] Re: Explicit Renaming Macros Help/Tutorial?

2009-06-09 Thread Jim Ursetto
2009/6/9 Jack Trades jacktradespub...@gmail.com: A couple more questions.  I was playing with a macro that extends the syntax of if.  This macro works fine on its own and also if I import the module with no prefix.  However I get an error if I try to import the module with a prefix. It's