[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Please drop the ^main^ thing
- To: srfi-103@xxxxxxxxxxxxxxxxx
- Subject: Re: Please drop the ^main^ thing
- From: Derick Eddington <derick.eddington@xxxxxxxxx>
- Date: Fri, 25 Sep 2009 12:40:15 -0700
- 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:in-reply-to :references:content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=Kbn1UJ52S172DNEf7jhj6RMBfR1PUNwgctBy78igDFs=; b=llk00xlsCVOIPMPoeCsyUU4gS79W+291no9l524ilKxlAyN+Czx22SY63e3Zly2A3p 4i3jiBXxOkMpO1J7ZoaiQ+5S2gfncRcGfSeP6UQyZOeQNRwJUy9dInsO+u9LlWOK6q/q N6/VRuzc+AkwUzQKCJzJz/3aRtmd4Rl/+3Uv0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=eTF/9mBict1JVCKssLJEskX5YJ4tRqVucuc+NNha5Kl3wKOW+n+eFwiSicHt/kjyR5 kNDyZh9Hn9PjAXcQ9XcwLXn4dnwxKH4Z51qmLERSPyymvJrSLWfJwrjMXDOZmZVwxpl7 6fgU38i0wD2W29fypk1vA++fN6v2bl/RhRUTE=
- 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.
I'm open to using PLT's conflict avoidance scheme, if enough people
think it's worth marginalizing libraries named (--- main). (I don't
think it is.)
--
: Derick
----------------------------------------------------------------