Re: unbroken naming conventions
Matthew Flatt 22 Jul 2008 14:26 UTC
At Tue, 22 Jul 2008 10:11:08 -0400, David Van Horn wrote:
> I will go with
> (srfi :n) unless I hear different preferences from implementors.
Beware that ":" isn't normally allowed in a file/directory name under
Windows. Although the mapping between library names and files (if any)
is up to an implementation, it might be simpler to avoid characters
that tend to be special.
Matthew