<div class="gmail_quote">On Tue, Mar 30, 2010 at 4:19 PM, Robert Goldman <span dir="ltr"><<a href="mailto:rpgoldman@sift.info">rpgoldman@sift.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">On 3/29/10 Mar 29 -6:42 PM, Faré wrote:<br>
> One site per system looks like it will quickly pollute the host<br>
> namespace. What about we instead use a single logical host with<br>
> subdirectories?<br>
><br>
> #P"COMMON-LISP:SYSTEMS;CL-PPCRE;CL-PPCRE.ASD"<br>
><br>
> The problem I have with this approach with logical pathnames at all is<br>
> that I don't understand whether or not mixed case and other characters<br>
> are allowed at all.<br>
<br>
<br>
</div>They are not.<br>
<br>
The syntax of logical pathname namestrings is<br>
<br>
"word---one or more uppercase letters, digits, and hyphens."<br>
<br>
This causes pain when working with people WhoLikeOtherProgrammingLanguages.<br></blockquote></div><br>No, it does not cause any problem. If you have data that has weird names, but you know where they live in your system, then instead of using ASDF to query the paths you can simply query the logical hostname and merge the resulting path with the "nonstandard" components.<br>
<br>So, instead of calling ASDF to locate your system, query its pathname, etc, you would do<br><br>(defvar *my-code-base-path* (translate-logical-pathname "MY-SYSTEM:"))<br><br>(defvar *my-nonstandard-component* (merge-pathname "foo/MixedCaseWith#WeirdChars.dat" *my-code-base-path*))<br>
<br>The point is not whether logical pathnames satisfy everybody's requirements. I repeat again that the point is having the compiled or loaded systems have as few dependencies in any kind of ASDF API as possible, so that they can live with or without ASDF being present.<br>
<br>If we enforce that each compiled system gets an associated logical pathname it is very easy to set up a translation table at some point when systems are merged into a standalone program, or even do some kind of relocation "magic" to bundle multiple Common Lisp systems in a single Mac OS X applications where the location of things is determined when the application is launched.<br>
<br clear="all">Juanjo<br><br>-- <br>Instituto de Física Fundamental, CSIC<br>c/ Serrano, 113b, Madrid 28006 (Spain) <br><a href="http://tream.dreamhosters.com">http://tream.dreamhosters.com</a><br>