-
http://r7rs.org/ causes my Firefox/Librewolf to complain.
There seems to be an issue with the https certificate.
-
-
Per Bothner posted a message on scheme-reports:
http://lists.scheme-reports.org/pipermail/scheme-reports/2011-July/001142.html
The context is that R7RS probably will have the syntax for self-referen…
hyln9 updated
10 years ago
-
Quoting from https://weinholt.se/scheme/r6rs/
> Other Scheme specifications are also available online. John Cowan maintains the source of the R7RS and he has chased down and collected all the other…
-
```
How to trigger the problem?
Type #T and #F to the REPL
What is the expected output?
#true and #false
What do you see instead?
This makes no sense: (expected n)
What version of the product …
-
A language with few dependencies would be preferred.
Some ideas:
* Python
* chibi-scheme (or some other R7RS scheme)
-
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 …
-
There are only a few hints on what Rapid Scheme requires for its output code to run: all macros and modules are expanded, so they aren't necessary except for primitive syntax, but what is the primiti…
-
I defined the following functions to convert between UTF8 strings and u8vectors for the R7RS byte-vector to string benchmark:
```
(define (string->utf8 s)
(with-output-to-u8vector
(list char-…
-
I'm trying to use the popular matcher by Alex Shinn
https://github.com/LemonBoy/matchable-egg/blob/master/match.scm
I'm facing the problem that the above match syntax uses an underscore (_) as an aux…