[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: five problems with this draft SRFI
- To: William D Clinger <will@xxxxxxxxxxx>
- Subject: Re: five problems with this draft SRFI
- From: Derick Eddington <derick.eddington@xxxxxxxxx>
- Date: Tue, 29 Sep 2009 23:33:13 -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=urMztqDZN+tzyrtldMpYxRmFbVHWfZFp+Gb5aYfFXN4=; b=izvTPYv7JQIHlWHp+Nk+R97vWvAiw0egRT4qILARyWffHWYVyb3oIOFq6Qr7sji5SX eB8XCsdpgYaEbepFIaEhzoCmkpYgWnN4JGy1udMDGGldDriobB4XHfmOBGjT3F2t5yz/ gxHhc01LE67Ve5c++FAn7H4fejonbqlUire1U=
- 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=QuR9h/qep1P+eR76jkdnxB0ALXKxT9HmhtJNtBcJ7bGiuVlsxjcu2YgujPbIzQrU9g O9pJRxWr4PS2IM/AFpNXsa2SVgT7ClBtLGkEAnyG6nG+JcFPxU/AyIx3iZ+MN9EnrIRk m40YIwHjalz8xQm5J5dQcOHmnEun2zYv+px3I=
- In-reply-to: <1254280946.7802.298.camel@eep>
- References: <20791565.807631254275322110.JavaMail.root@zimbra> <1254280946.7802.298.camel@eep>
On Tue, 2009-09-29 at 20:22 -0700, Derick Eddington wrote:
> Library references, because of their version references, in the current
> draft SRFI, can have a one-to-infinite mapping to file names. Yes, this
> requires searching through all the theoretically possibly infinite file
> names which might match. [...]
Delete that "can". Library references, in the current draft SRFI,
always do have a one-to-infinite mapping to file names, because an R6RS
version reference, including an empty/non-existent one, always matches
versions with more components than in the version reference, and the
possibilities are infinite.
--
: Derick
----------------------------------------------------------------