Email list hosting service & mailing list manager

Revised draft of SRFI 103, 104 David Van Horn (11 Dec 2009 16:03 UTC)
Different dialects under the same root Vitaly Magerya (11 Dec 2009 18:12 UTC)
Re: Different dialects under the same root Derick Eddington (12 Dec 2009 01:48 UTC)
Re: Different dialects under the same root Vitaly Magerya (12 Dec 2009 12:16 UTC)
A utility for renaming old-style file names Derick Eddington (12 Dec 2009 06:20 UTC)
Re: A utility for renaming old-style file names Göran Weinholt (25 Dec 2009 19:37 UTC)
Re: A utility for renaming old-style file names Derick Eddington (26 Dec 2009 22:54 UTC)

Re: Different dialects under the same root Vitaly Magerya 12 Dec 2009 12:16 UTC

Derick Eddington wrote:
> With the previous revision which didn't support different file name
> extensions for different dialects, different dialects could not share
> the search paths environment variable because different dialects would
> be using the same extension and so a file for one dialect could
> unavoidably shadow a file for another dialect.  With different
> extensions, that problem doesn't exist and different dialects can
> share the environment variable.

OK, now I think I got it. Different extensions for implementations are
introduced not to be able to put different implementation-specific
libraries into the exact same folder (which was my objection), but to
resolve shadowing which may occur when SCHEME_LIB_PATH lists several paths.