[gambit-list] Puzzlement (different behavior of compiled code)

Marc Feeley feeley at iro.umontreal.ca
Sun Jun 10 11:09:16 EDT 2012


On 2012-06-10, at 10:47 AM, David Rush wrote:

> From: David Rush <kumoyuki at gmail.com>
> Date: 10 June 2012 15:44
> Subject: Re: [gambit-list] Puzzlement (different behavior of compiled code)
> To: Mikael <mikael.rcv at gmail.com>
> 
> 
> Ta much Mikael!
> 
> It turns out that the -:s flag to gsc is the culprit. I had been using
> that flag out of habit to get the syntax-case expander - apparently it
> also interferes with recognizing keywords. I think i need "-:S"
> instead, which i guess has been added since I last update my Gambit
> makefiles (don't ask - it's been a while)
> 
> thanks again

Note that with -:S Gambit recognizes the keyword syntax, but does not implement syntax-case.  So I don't think that is what you want (if you want define-syntax).

Marc




More information about the Gambit-list mailing list