[r6rs-discuss] hello.0.4.2.sls vs. hello-0.4.2.sls

From: Mikael Tillenius <mti>
Date: Fri, 29 Jun 2007 11:08:12 +0200

AndrevanTonder escribi?:
> On Thu, 28 Jun 2007, Mikael Tillenius wrote:
>> No. The name may contain hyphens but not the version, so the last
>> hyphen delimits the version from the name.
>
> Unless there is no version, as in (foo-1 ()) => foo-1.sls

Unless you do it like:

(foo ()) => foo-.sls
(foo (1)) => foo-1.sls
(foo-1 ()) => foo-1-.sls
(foo-1 (1)) => foo-1-1.sls

To ugly? Try:

(foo ()) => foo-nil.sls
etc.

Just a possible solution, I'm not going to argue that it is a good solution.

/Mikael
Received on Fri Jun 29 2007 - 05:08:12 UTC

This archive was generated by hypermail 2.3.0 : Wed Oct 23 2024 - 09:15:01 UTC