[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please drop the ^main^ thing
- To: Abdulaziz Ghuloum <aghuloum@xxxxxxxxx>
- Subject: Re: Please drop the ^main^ thing
- From: Derick Eddington <derick.eddington@xxxxxxxxx>
- Date: Fri, 25 Sep 2009 12:47:17 -0700
- Cc: srfi-103@xxxxxxxxxxxxxxxxx
- Delivered-to: srfi-103@xxxxxxxxxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:from:to:cc :in-reply-to:references:content-type:date:message-id:mime-version :x-mailer:content-transfer-encoding; bh=vzLz71wkjT4bzo5v8nQvfKivS7rbi4GLDcJL/0TwICo=; b=fg69aBlOD5e1JzInVNBy/7sfRQ6LqjHzyUnBIOBdHFpLFIQViryJPZMHBTNcxU5NaX dHMO0YnP+vlVp5N0GjTnRf+e38KmrYtErFr1UYJ2Co3hxjvYqvCj51Iirbkh+/eJLTem nPzQkYDifyrGqKhxUzH69tXjo65csYZJKkcRc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:cc:in-reply-to:references:content-type:date :message-id:mime-version:x-mailer:content-transfer-encoding; b=oQEH/bFbogsuPzaJ7vLjMyVtzoBlVsEBm3jUmXkPThP1pd5N2yMtpfdk0lerGLql8f jYbySjiHs5sMKqdQRK2bNDGmihYRDVfkUW8nYEJP8ogzK4neOTqUsndy/5YUyEK5JMfL x9FRmI0sPLXqg9xf8evJ7F1yDiVFin4Qc6DaQ=
- In-reply-to: <1253903002.12583.147.camel@eep>
- References: <3D65C774-615C-4099-A88D-2FCDB32C4370@xxxxxxxxx> <1253903002.12583.147.camel@eep>
On Fri, 2009-09-25 at 11:23 -0700, Derick Eddington wrote:
> PLT's implicit file name is "main.sls", and it avoids conflicts by
> prepending #\_. E.g., (foo main) => "foo/_main.sls",
> (foo _main) => "foo/__main.sls", and so on.
It should also be noted that PLT's implicit file name is supported only
for libraries with a single-component name. I.e., PLT does not support
having an implicit file name for longer library names like
(acme foo).
--
: Derick
----------------------------------------------------------------