10 Jui
2012
10 Jui
'12
11:09
On 2012-06-10, at 10:47 AM, David Rush wrote:
From: David Rush <kumoyuki@gmail.com> Date: 10 June 2012 15:44 Subject: Re: [gambit-list] Puzzlement (different behavior of compiled code) To: Mikael <mikael.rcv@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