On Tue, Mar 30, 2010 at 4:19 PM, Robert Goldman
<rpgoldman@sift.info> wrote:
On 3/29/10 Mar 29 -6:42 PM, Faré wrote:
> One site per system looks like it will quickly pollute the host
> namespace. What about we instead use a single logical host with
> subdirectories?
>
> #P"COMMON-LISP:SYSTEMS;CL-PPCRE;CL-PPCRE.ASD"
>
> The problem I have with this approach with logical pathnames at all is
> that I don't understand whether or not mixed case and other characters
> are allowed at all.
They are not.
The syntax of logical pathname namestrings is
"word---one or more uppercase letters, digits, and hyphens."
This causes pain when working with people WhoLikeOtherProgrammingLanguages.