11 Avr
2011
11 Avr
'11
03:17
--- On Sat, 4/9/11, Bradley Lucier <lucier@math.purdue.edu> wrote:
From: Bradley Lucier <lucier@math.purdue.edu> Subject: Re: [gambit-list] Possible bug in define-macro To: "William James" <w_a_x_man@yahoo.com> Cc: "Bradley Lucier" <lucier@math.purdue.edu>, gambit-list@iro.umontreal.ca Date: Saturday, April 9, 2011, 3:03 PM You need to quote the "equal", otherwise you're trying to insert a procedure into the code, not a symbol:
That works. Thanks. Now the question is: why did the original macro work correctly under Guile and Bigloo?