-
Excellent idea to put the parser/encoder in its own SRFI!
Should the request object (as an opaque data type) go in its own SRFI? Should we even have opaque request objects?
-
I'm using this to install a package that depends on srfi-19 and the install fails. Specifically I get:
``` shell
checking dependencies for `srfi-19' ...
install order:
("srfi-19")
installing srfi-19:…
-
SRFIs (https://srfi.schemers.org/) or Scheme Requests for Implementation extend the base language, sort of like a minimalist standard library.
SRFIs like 125 (https://srfi.schemers.org/srfi-125/srf…
-
https://github.com/pre-srfi/alist
-
For many applications, delimited continuations and not undelimited ones (which can be captured by `call/cc`) are needed. They are also the basis for algebraic effect handlers, which have become very …
-
We need to include SRFI-64 in our library rather than creating a heavy dependency on the portable SRFIs. As it turns out, I have just recently ported SRFI-64 to a pure Chez Scheme version that is much…
-
```
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…
-
I have an AsciiDoc-to-SRFI-HTML converter here: https://github.com/srfi-explorations/srfi-tool It could be extended to support Markdown as well.
-
`ln_core/lists.scm` contains a few list operations analogous to [SRFI-1](https://srfi.schemers.org/srfi-1/srfi-1.html).
The list is small and a bit arbitrary chosen. The implementation is rather ba…
-
Hi,
Working with this file: https://github.com/scheme-requests-for-implementation/srfi-160/blob/master/srfi-160.html
I was surprised that running a command such as `reuse annotate -c 'Author' -l…