Re: adding #' syntax and my cloned macro no more works like original....
Damien Mattei <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <CADEOadct-t=PDJat1uT0SyWuXfNZeKMROn=+HgQigt5xZ-r1nA@mail.gmail.com> |
sorry i can not minimize the code, i even removed all sub-procedures called. in fact it is a general question : "how to clone a macro?" without brutally copying it all in another define-syntax. example cloning a <- macro to call it with the name ← i tried to recopy only the pattern (see other mail) but it fails... but worked (of course) if i recopy all the code. best regards damien On Thu, May 9, 2024 at 11:16 AM Maxime Devos <[email protected]> wrote: > The code you posted is too long – if you want me to have a look at it, > minimize it first. > > > > Best regards, > > Maxime Devos >