Dear Andrew,
in my experience in transitioning code from 1.8 to 2/3 (which have essentially
the same phasing model as far as I understand) you have to keep in mind two
things:
1) In Guile 1.8 macros are expanded only when needed (so for example could do
nontrivial computations at runtime), wh
Hello,
I'm in the process of updating a body of old code from guile 1.8.8 to
either guile 2 or 3. Ideally it would be great if the final code
could run on both version 2 and version 3.
When I first started looking at the problem I was hitting hundreds of
warnings like:
. warning: possibly