-
If if works with Vicare it should be almost immediate to make it work with [Chez Scheme](https://github.com/cisco/ChezScheme) and [Sagittarius](https://bitbucket.org/ktakashi/sagittarius-scheme/). I …
-
- [x] hello schemer
- [x] hello schemer star
- [x] custom prefix installation
- [x] docker
- [ ] checksum
-
[r6rs-pffi](https://github.com/ktakashi/r6rs-pffi) is a portable FFI library for Scheme. We should probably have some examples of using it.
AFAIK r6rs-pffi doesn't come pre-installed with any Schem…
-
```scheme
(import (yuni scheme))
(call-with-values (lambda ()
(define (itr cur)
(or (and (pair? cur) (values 1 2))
(itr (cdr …
-
As I write this, the only way I know to build Larceny from source is to start with a working version of Larceny.
MzScheme v370 (or v371?) used to work and might work still, or at least come close to …
-
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 …
-
The final 4 tests (from `make test`) fail for x32. They succeed for x86-64. Maybe this is a limitation of bigloo or the x32 ABI?
Output attached.
[errs.txt](https://github.com/donaldsonjw/bigloo-c…
-
**Important note:** The tests Ypsilon fails are passed by other R6RS Scheme systems like Chez Scheme, Larceny, Racket and Sagittarius Scheme. Hence, I think these are indeed Ypsilon compiler bugs.
…
-
Noting an error is being reported on MacOS with simple pillar data.
Pillars
```
packages:
pkgs:
wanted:
- wget
- curl
```
**Failed state**
```
ID: pkg_req_pk…
-
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…