-
Since its coronation in 2007, R6RS has remained a viable dialect for Scheme, both in research and for doing practical programming. The Scheme standardization process has moved on in the form of R7RS-s…
-
This is a cool project! Reading through the README and documentation, this calls itself a Scheme in the vein of Racket but doesn't mention how compatible it is with R5RS/R6RS/R7RS. I would assume it's…
-
[r6rs-pffi](https://github.com/ktakashi/r6rs-pffi) is a portable FFI library for Scheme. We should probably have some examples of using it.
AFAIK r6rs-pffi doesn't come pre-installed with any Schem…
-
Right now we're translating PS records into Scheme hash table. R6RS and Chez provide records which are supposedly a better fit.
1. [R6RS - Chapter 6: Records](http://www.r6rs.org/final/html/r6rs-li…
-
Would you mind changing "R6RS" to "Guile" in the manual? Since Guildhall is a package manager of Guile, which implies the packages don't have to be a R6RS compatible one.
-
Here are some recommendations from @weinholt:
* `(chibi match)` - excellent pattern matching syntax. There are a few R6RS-adaptions here and there, but the original from foof is in Snow and Akku.
…
-
Current R6RS link is to http://www.r6rs.org/final/r6rs.pdf with a separate link to the errata listing at http://www.r6rs.org/r6rs-errata.html.
@weinholt You have errata-corrected PDFs up at https:/…
-
This comes from ["R7RS Considered Unifier of Previous Standards"](http://andykeep.com/SchemeWorkshop2015/papers/sfpw1-2015-clinger.pdf) by Will Clinger, which describes Larceny's R6/R7 integration. H…
-
Is it possible to remap [ to `lispy-brackets`, and ] and also } to maybe `lispy-right-nostring`?
Sorry if this is a stupid question, I just started using Lispyville today (which by the way it's fan…
-
[From the R7RS-large mailing list](https://groups.google.com/g/scheme-reports-wg2/c/sC1a-WdxC8M/m/GJHF23ZaAwAJ):
>> Who will add R6RS support to Chibi? (Another rhetorical question.)
>
> I'm happ…