[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: unbroken naming conventions

This page is part of the web mail archives of SRFI 97 from before July 7th, 2015. The new archives for SRFI 97 contain all messages, not just those from before July 7th, 2015.




On Jul 22, 2008, at 8:59 AM, David Van Horn wrote:

Is it important to the implementors that the naming convention avoid such characters?

No. Implementations are supposed to handle all valid library names (i.e., anything that's a list of symbols, whatever their content might be). It might be confusing for the users though as there is no "standard" library-name->file- name mapping. (ikarus uses "srfi/%3a1.sls" for srfi 1 while mzscheme uses srfi/% 3A1.sls, note the case difference which might just be an artifact of the case of the string returned by (number->string (char->integer #\:) 16) under the two implementations)