[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
- with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/05
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/05
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/05
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/06
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/06
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/06
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/06
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/06
- RE: with-syntax return error in Guile, not in Kawa or Racket, Maxime Devos, 2024/05/06
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/06
- RE: with-syntax return error in Guile, not in Kawa or Racket,
Maxime Devos <=
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/09
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/09
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/10
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/10
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/10
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/10
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/10
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/11
- Re: with-syntax return error in Guile, not in Kawa or Racket, Jean Abou Samra, 2024/05/11
- Re: with-syntax return error in Guile, not in Kawa or Racket, Damien Mattei, 2024/05/12