Re: Conditional include

2021-07-18 Thread John Cowan
On Sun, Jul 18, 2021 at 10:16 AM Lassi Kortela wrote: > R6RS implementations have a convention of appending the implementation's > name to the filename. > Best of all is the R7RS solution: > Oh, absolutely. I didn't choose those four for no reason. I wanted a pure R7 system, an R5+ system

Conditional include

2021-07-18 Thread Lassi Kortela
Lassi: The fact that different Schemes have different conventions for where their library files are is actually a great convenience to me when developing SRFIs.  All the actual code goes into files named *-impl.scm (or multiple names if there are multiple files).  Then each library file or