SRFI sample implementation repository layout Marc Feeley (15 Oct 2022 11:19 UTC)
Re: SRFI sample implementation repository layout John Cowan (15 Oct 2022 15:00 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (15 Oct 2022 15:59 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (15 Oct 2022 16:16 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (15 Oct 2022 22:18 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (16 Oct 2022 04:52 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (16 Oct 2022 05:05 UTC)
Re: SRFI sample implementation repository layout Daphne Preston-Kendal (16 Oct 2022 07:10 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (16 Oct 2022 08:34 UTC)
Re: SRFI sample implementation repository layout John Cowan (24 Oct 2022 19:00 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (24 Oct 2022 20:25 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (24 Oct 2022 21:17 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (24 Oct 2022 21:14 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (16 Oct 2022 08:57 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (16 Oct 2022 12:08 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (18 Oct 2022 21:23 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (19 Oct 2022 14:53 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (19 Oct 2022 15:33 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (19 Oct 2022 18:21 UTC)
Re: SRFI sample implementation repository layout Göran Weinholt (19 Oct 2022 19:35 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (19 Oct 2022 21:50 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (19 Oct 2022 22:11 UTC)
Re: SRFI sample implementation repository layout Göran Weinholt (26 Oct 2022 08:44 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (19 Oct 2022 21:12 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (22 Oct 2022 22:59 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (19 Oct 2022 21:37 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (22 Oct 2022 22:54 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (23 Oct 2022 08:34 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (23 Oct 2022 13:47 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (23 Oct 2022 14:35 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (25 Oct 2022 12:17 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (25 Oct 2022 15:24 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (25 Oct 2022 17:26 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (25 Oct 2022 18:10 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (25 Oct 2022 18:37 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (25 Oct 2022 19:50 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (25 Oct 2022 20:18 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (25 Oct 2022 19:22 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (25 Oct 2022 20:57 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (26 Oct 2022 09:03 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (26 Oct 2022 15:30 UTC)
Re: SRFI sample implementation repository layout Arthur A. Gleckler (26 Oct 2022 15:33 UTC)
Re: SRFI sample implementation repository layout Jakub T. Jankiewicz (26 Oct 2022 16:03 UTC)
Re: SRFI sample implementation repository layout Per Bothner (26 Oct 2022 16:18 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (26 Oct 2022 16:02 UTC)
Re: SRFI sample implementation repository layout Marc Feeley (26 Oct 2022 16:11 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (26 Oct 2022 16:34 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (26 Oct 2022 16:59 UTC)
Re: SRFI sample implementation repository layout Lassi Kortela (26 Oct 2022 16:37 UTC)
Re: SRFI sample implementation repository layout Marc Nieper-Wißkirchen (29 Oct 2022 11:12 UTC)

Re: SRFI sample implementation repository layout Marc Feeley 19 Oct 2022 21:12 UTC

> On Oct 19, 2022, at 2:20 PM, Arthur A. Gleckler <xxxxxx@speechcode.com> wrote:
>
> On Wed, Oct 19, 2022 at 8:33 AM Marc Feeley - feeley at iro.umontreal.ca (via srfi-discuss list) <xxxxxx@srfi.schemers.org> wrote:
>
> If github.com/scheme-requests-for-implementation was the only place where libraries can be found then yes this convention would be fine.  But there are other libraries than SRFIs and other “consumers” of the sample implementations than humans (e.g. package installers).
>
> Given the special status of the SRFI web site in setting Scheme standards, I would expect that it follow a standard layout for libraries so that it is easier to remotely access the sample implementations without making a special case for each one, or for SRFIs (vs. other sites where libraries can be found).
>
> If the goal is to adopt a convention that holds not only in the SRFI repos, but also elsewhere, then we'll need to bring more people into the discussion, i.e. the people who run Akku, Snow, and perhaps the Racket world.  But I doubt that we'll be able to get such wide agreement.  Establishing a convention that holds for SRFI would at least be a step in the right direction.
>
> Also the choice of “srfi” as the subdirectory where the sample implementation is stored is obviously very specific to SRFIs.  Why impose a layout for SRFIs that will clearly not be followed by other R7RS libraries?
> It isn't actually SRFI-specific, in a sense. It's just mapping the import clause (import (srfi N)) to the pathname srfi/N.sld. It just happens to be the case that SRFIs typically use the library name (srfi N), along with perhaps aliases. So if we just say that the convention is that all the components in the library name before the last one map to directories, and that the last one maps to the file N.sld in the deepest directory, then the convention is general.
>
> I propose that for a library “X” (SRFI or not) the source code file “X.sld” is stored in a subdirectory named “X”.  Moreover, for SRFI N the repository would be called “N” rather than “srfi-N”.
>
> Yikes.  I'm reluctant to change the naming convention of all the SRFI subdirectories/repos after twenty-four years.
>
> Why can't we define a general translation mechanism like I suggested earlier?  I didn't give a concrete example, so here's one:
> (define-library-mapping (srfi ,n)
>   (string-append "https://github.com/scheme-requests-for-implementation/srfi-"
>                  (number->string n)
>                  "/srfi/"
>                  (number->string n)))
> This would map all the SRFIs all at once.
>

There are a few issues with what you propose:

1) Currently there is no requirement (or strong suggestion) for a SRFI author to use the srfi-N/srfi/N.sld naming scheme.  So a first step would be to standardize this layout (or another) and make it a requirement or strong suggestion for SRFI authors.

2) A programmer (or Scheme system maintainer) has to define such a library mapping for each library provider.  In a decentralized library system there could be a very large number of library providers (close to the number of libraries).  Think of the 100,000’s of Python modules.  That’s why I’m advocating that a library layout be standardized beyond the specific needs of SRFIs, and ideally defined in a SRFI.

3) The define-library-mapping form has phasing issues because it executes arbitrary Scheme code both at compile time and at run time.  How is this mapping information provided to the compiler and runtime system?  How is it linked with a standalone executable program?  This is probably quite system dependent and a big can of worms that could be avoided by having a standardized naming scheme (which is one aspect to address in a standard library layout).

4) The define-library-mapping form above does not say what will be found at https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N .  This is exactly the kind of information I expect a standard library layout to specify.  Is that URL pointing to a .sld file, a .scm file, a directory, or other, for example is it the file:

https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N.sld

or is it pointing to a directory where files related to that library are found, i.e.:

https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N/N.sld
https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N/N-impl.sld
https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N/config.ini

which would make sense for modularity.

The layout should also support sublibraries, such as (srfi N test) which would be the unit tests of (srfi N).  It would seem natural to store that sublibrary in a subdirectory of SRFI N:

https://github.com/scheme-requests-for-implementation/srfi-N/srfi/N/test/test.sld

I’m afraid that not having a standardized library source code layout will hinder the use of libraries across R7RS Scheme implementations.  Let’s not miss this opportunity!

Marc