-
In R7RS small, § 1.3.1, *The full list all the standard libraries* should be *The full list of all the standard libraries*.
In § 1.3.4, *"40."* should be *"40".* - the English custom to move punctuat…
-
-
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…
-
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 ports in here https://small.r7rs.org/attachment/r7rs.pdf
Not all of these need to be implemented as native functions, but there are only a handful of port related functions currently implemente…
-
See bytevectors here: https://small.r7rs.org/attachment/r7rs.pdf
These could either be implemented as an enum variant in `SteelVal` or as just an opaque struct.
-
At the moment the following urls would be expected of the r7rs project. The checkmark means that the URL exists and is working in an expected way.
- [x] http://r7rs.org (Works and redirects here)
…
ghost updated
2 years ago
-
When I tried the ray tracer [https://git.sr.ht/~jakob/lisp-raytracer-zoo/tree/master/item/r7rs-raytracer.scm](url) with cyclone, I see the error
```
Error: Invalid type: #( #(#( #(0.0 -1.25 0.0))…
-
In R7RS, `syntax-rules` has an optional extra argument to specify the term to use for the ellipsis. https://index.scheme.org/filterset/r7rs_small/%28scheme%2520base%29/syntax-rules
This does not se…
-
Very nice list!
We can supply as much information about Scheme implementations as you want. The question is more about how much is too much :p What level of coverage are you aiming at?
The schem…