-
I think it should be possible in theory for the SRFI 9/R7RS small style of definition syntax to allow access to most of the same features provided by the R6RS style, using the SRFI 99 conventions.
…
-
We should aim to eventually list the `bundled-srfi-implementations` for all releases of all implementations.
## Bundled vs third-party SRFI implementations
The word `bundled` is important. Some …
-
Here are some SRFIs we might consider adding:
```
SRFI 106 basic socket interface
SRFI 136 extensible record types
SRFI 137 minimal unique types
SRFI 138 compiling Scheme programs to executab…
-
```
In revision 87 (and still present in the newest revision) of the SRFIs
collection [1] I manage, in the file srfi/%3a43/vectors.sls, I used
let-syntax in a way so that the original vector-lib.scm r…
-
After successfully building lilypond 2.18.2 I'm getting the following error message when running lilypond on a score. Any ideas what the culprit could be?
```sh
/usr/local/Cellar/guile@1.8/1.8.8/s…
ghost updated
5 years ago
-
It would be nice if a SRFI that a particular Scheme implementation did not support happened to be withdrawn, the cell at that location in the SRFI Table was shown in the color of withdrawn SRFIs (curr…
-
As far as I can tell, the groundwork for what would be needed to support SRFI 206 is already there in the `(auto)` magic module. But, despite much poking about in `meta-7.scm`, I can’t work out how to…
-
Racket already has boxing facilities in `racket/base`,
so they could easily be provided by `srfi/111` as well.
The related `srfi/161` and `srfi/195` would probably take more effort.
-
Would you like to have basic string procedures (search, replace, etc.) in Gambit?
Could start gathering a `(gambit string)` library based on SRFI 13/SRFI 130. 13 is the classic string SRFI; 130 is …
-
As trying out installing the egg `srfi-132` in the container, the following steps for installing the egg `srfi-132`
- Running the container, `docker run -it schemers/chicken` /bin/sh.
- Enable t…