guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: with-syntax return error in Guile, not in Kawa or Racket


From: Maxime Devos
Subject: RE: with-syntax return error in Guile, not in Kawa or Racket
Date: Thu, 9 May 2024 11:21:44 +0200

>do you mean just replacing 'list by #'list ?

No, I mean doing that, _and_ doing the same inside this 
optimizer-parse-square-brackets-arguments-lister procedure and removing the 
syntax->datum used here.

I don’t know parse-square-brackets-arguments-lister so maybe it’s not necessary 
here (e.g. if the code it produces doesn’t contain any identifiers), but going 
by the name of it, it probably is.

> another strange thing perheaps related to macro is that the compile warns me 
> always that the optimizer-parse-square-brackets-arguments-lister procedure is 
> not found:

See eval-when. It’s mentioned somewhere in the documentation of macros, perhaps 
close to eval-when.

Best regards,
Maxime DEvos


reply via email to

[Prev in Thread] Current Thread [Next in Thread]