-
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…
-
Let us consider the R7RS document about the "guard" form: it reads that if a raised object is not caught by a "guard" form, "raise-continuable" is invoked on this object:
(guard (x) (raise 2019)…
-
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…
-
I'm interested in adding support for R7RS small (perhaps large or some of large in the future). Some goals for the resolution of this issue are:
- Add a `/r7rs` command line option to enable R7RS s…
-
See working group 1's draft:
http://groups.google.com/group/comp.lang.scheme/browse_thread/thread/3027cfa1e8abf74b?pli=1
Progress report: http://developers.slashdot.org/story/11/10/04/1942209/R7RS-S…
-
I've started writing simple wrapper libraries for `(scheme base)` and the others, most functions in R7RS are either already in Chez or trivial to implement by wrapping existing functions.
Would you b…
-
This feature should be added to version 1.0
This is early implementation of module macro before I've knew about `define-library` or even before I've started working on R7RS spec, it can be refactor…
-
R7RS-small is part of Gambit repository in [`lib/scheme`](https://github.com/gambit/gambit/tree/master/lib/scheme) directory.
Here is the R7RS-large libraries:
R7RS | SRFI | Code | Tests | Doc |…
-
How do you make basic use of R7RS Scheme in gsi and gsc? I tried to find some documentation or examples on the subject but didn't come up with anything in the manual, wiki or mailing list.
-
As the build images are discarded after use, we could switch to shared build image that has the needed build dependencies for all implementations. This would make switching to new debian version easie…