bug#40371: [R7RS] Guile does not accept library name parts that are non-negative exact integers
Marc Nieper-Wißkirchen <[email protected]>
| Newsgroups | gmane.lisp.guile.bugs |
|---|---|
| Message-ID | <CAEYrNrRTRf1=vn8rjJCcu4rpu=L0--vQXKdOs9ZtX1tS_jitjA@mail.gmail.com> |
*bump* Am Mi., 1. Apr. 2020 um 12:47 Uhr schrieb Marc Nieper-Wißkirchen <[email protected]>: > > An R7RS library name consists of parts, where each part is either a symbol or a non-negative exact integer. Guile doesn't support the latter ones. > > This is unfortunate as the implementation of a SRFI NNN is usually delivered in form of a library named (srfi NNN). > > When this is corrected, for interoperability, it would be great if Guile offers the included SRFIs not only under the name (srfi srfi-NNN) but also under (srfi NNN). > > Thanks, > > Marc >