[r6rs-discuss] hello.0.4.2.sls vs. hello-0.4.2.sls
AndrevanTonder
andre at het.brown.edu
Thu Jun 28 12:25:22 EDT 2007
On Thu, 28 Jun 2007, Michael Sperber wrote:
> How so? Especially given that the "main name" may include a hyphen
> (and digits) as well.
That's a good point. Does
foo.1.2.3.sls
correspond to
(foo (1 2 3))
(foo.1 (2 3))
(foo.1.2 (3))
(foo.1.2.3 ()) ?
Hyphens would have the same problem. So the mapping defined
in the appendix would put additional constraints on library
naming.
Also, many source distributions would include toplevel programs.
Where should one put them?
Andre
More information about the r6rs-discuss
mailing list