Re: Seeking Advice on syntax/macros in separate files

2021-03-02 Thread Andrew Burgess
* 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

Re: Seeking Advice on syntax/macros in separate files

2021-03-02 Thread Ludovic Courtès
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

Seeking Advice on syntax/macros in separate files

2021-03-01 Thread Andrew Burgess
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.