RE: with-syntax return error in Guile, not in Kawa or Racket
Maxime Devos <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <[email protected]> |
>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