[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: Mon, 28 Sep 2009 19:32:20 -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=lzcttAtu12m05qFzkFigsANSO9ZZFra2eD39Bq4MHQ4=; b=Ho9ZQb0nfYaWQsj+O8KLb+aNuk7jmFvrLqfKMx9NJm89ctF11oml7Wa6sBPA9QrVze OkAqjzODT43/+RUsz4LDR6M+vPrV8wvEtIMKKXizaNP5lIXTEP9v+y8neyzNaQn8uTPH d3mb/6IK/fJmvyYC2m8Os0Vpf/1yinCl1Z1uw=
- 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=sMyIOtnXDh8YcKVCE7d9xQKZYFjK9tgudxoiNIX/ksjOc7kxX4XzyaF8lc11bkEj+n kqTXhuVu++fRWbWZpzo87GJ68gqAJMT4XSzdbVOIEHo9zbnBbaOdJeYxVAFhZ68V/du4 XzYOLCLJUg1kKPGn+i6Ggz08jOrI3PL8EEKkg=
- In-reply-to: <1253979769.16567.49.camel@eep>
- References: <17415962.765291253928000711.JavaMail.root@zimbra> <1253979769.16567.49.camel@eep>
On Sat, 2009-09-26 at 08:42 -0700, Derick Eddington wrote:
> On Fri, 2009-09-25 at 21:20 -0400, William D Clinger wrote:
> > This SRFI should state that files conforming to this
> > SRFI must have only one library per file. This SRFI
> > should not require implementations to ignore all but
> > the first library in a file.
>
> That is how I wanted it to be. I thought my saying:
>
> Library files are files which contain one library form as the
> first syntactic datum, and they are files whose path exactly
> represents the name of the contained library. Any additional
> contents after the first datum are ignored by this SRFI.
>
> was clear enough to mean that the ignoring of additional
> things-`read'-would-see is only applicable in the context of conformance
> to this SRFI. I'll gladly reword it to what is the best way to convey
> that.
That's not what I wanted conveyed. (Sorry I didn't have more time to
edit.)
The sentence "Any additional contents after the first datum are ignored
by this SRFI.", means Scheme systems which implement this SRFI would
have to ignore additional contents. Which is not what we want.
As you suggested, I want to convey that files conforming to this SRFI
must have only one library per file, and that Scheme systems which
implement this SRFI are free to support files which do not conform to
this SRFI.
--
: Derick
----------------------------------------------------------------