-
With the script: `(define (main args) (display "Hello\n") 0)`
This runs the `main` procedure: `gosh test.scm`
How do you make this work with R7RS imports? If you add `(import (scheme base))` or …
-
The syntax-rules compiler is super broken. Here's a couple examples:
```(import (scheme r5rs))
(define-syntax generate-tmps
(syntax-rules ()
((_ (so-far ...) tmp tmps ...)
(generate…
-
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…
-
From #1:
> The R6RS vs R7RS case could be solved by listing the built-in library names instead of just the SRFIs. That would also be more generally useful, I think, because there's also a bunch of …
-
I was trying to run 159 tests and found failed test cases, e.g.
```
$ ./gxi --lang r7rs
R7RS Scheme in Gerbil v0.16-DEV-478-g695a5915 on Gambit v4.9.3
> (import (std srfi 159))
> (show #f (nume…
-
```
#> gxpkg install github.com/ecraven/r7rs-swank
... install github.com/ecraven/r7rs-swank
... build github.com/ecraven/r7rs-swank
*** ERROR IN gx#core-expand-ref% -- Syntax Error
*** ERROR IN …
-
Since the original Mosh now implementing R7RS, we should be able to port Yuni to it.
-
Scheme R7RS specifies what a REPL for Scheme should do.
-
with inclusion of "cond-expand" in Chez, will reduce the effort of porting 3rd party libraries to Chez.
and seems it is standardized in r7rs
-
### 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…