* Ludovic Courtès [2021-03-02 09:23:33 +0100]:
> Hi Andrew,
>
> Andrew Burgess skribis:
>
> > My concerns are based on this page of the guile manual:
> >
> >
> > https://www.gnu.org/software/guile/manual/html_node/Compilation.html#Compilation
> >
> > specifically this:
> >
> > "... Guile
Hi Andrew,
Andrew Burgess skribis:
> My concerns are based on this page of the guile manual:
>
>
> https://www.gnu.org/software/guile/manual/html_node/Compilation.html#Compilation
>
> specifically this:
>
> "... Guile does not yet do proper dependency tracking, so that if
> file a.scm use
Hello,
I'm trying to understand how I am supposed to make use of
define-syntax type constructs (or possibly, when working with older
code define-macros) in a code base split over many files
I'm updating a code base from guile 1.8.8, and currently having it
running successfully on guile 2 and 3.