-
I would like to address some inaccuracies in the discussion on macro systems in Scheme: https://github.com/MattX/peroxide/blob/master/doc/macros.md, so let me give a number of facts:
- `syntax-case…
-
See section 6.13 of R7RS for the set of procedures expected to be provided for performing input and output operations.
-
This needs to properly catch uses of uninitialized values as required by R7RS. Preferably this should also optimize the same as a normal (let) where possible.
-
Here's the current set of libraries planned for R7RS-large (in addition to the R7RS-small ones):
* `(scheme bitwise)`
* `(scheme box)`
* `(scheme bytevector)`
* `(scheme charset)`
* `(scheme co…
-
Since we added r7rs support, \x escape sequence in a string and a character literal is interpreted as unicode codepoint in r7rs compatible mode. It loses capability of writing raw octet value in the …
-
In R7RS, internal defines must be placed on the beginning of the function. So this program is wrong:
```
(define (foo)
(display 1)
(define bar 2)
bar)
```
However BiwaScheme does not …
yhara updated
3 years ago
-
### Search before asking
- [x] I searched the [issues](https://github.com/PikachuHy/pscm/issues) and found no similar issues.
### What happened + What you expected to happen
R7rs suggests tha…
-
TODO: Assemble the R6RS side of the sample implementation from the code in https://gitlab.com/akkuscm/akku-r7rs
-
Hello mytoh.
I found this emacs minor mode useful.
However i think is anoying that within a cond form the else clause gets indented differently from the other clauses.
When the code in each clause …
-
I wanted to see if it might be possible to add Gerbil Scheme to the platform. Although it ranks second overall amongst all Schemes in speed, by a small margin, Gerbil shines with its robust built-in s…