-
https://srfi.schemers.org/srfi-151/srfi-151.html
We need to create two new library to add bitwise support.
There are already logand, logor available in S7 Scheme, and adding srfi-151 support cou…
-
https://github.com/NixOS/nixpkgs/blob/4aa36568d413aca0ea84a1684d2d46f55dbabad7/pkgs/tools/package-management/akku/deps.toml#L2509-L2517
I think this is fixed upstream, in arcfide/chez-srfi#91
Lo…
-
### Environment
- OS and version: archlinux
- VS Code: 1.96.0 - insider
- C/C++ extension: 1.23.1
- GDB / LLDB version: GNU gdb (GDB) 15.2
### Bug Summary and Steps to Reproduce
Bug Summary:
Someti…
-
Now we accept general expressions as _transformer-spec_, as far as it yields a macro transformer, so we've already come half way to support srfi-147.
https://srfi.schemers.org/srfi-147/srfi-147.htm…
-
I see more and more code relying on [SRFI-145](https://srfi.schemers.org/srfi-145/) aka. `assume`
> A means to denote the invalidity of certain code paths in a Scheme program is proposed. It allows…
-
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…
-
There’s something funky going on with the AppVeyor build where a bunch of the SRFI 231/179 tests are failing, but apparently only since #1008 was merged. Those tests were seemingly, passing before I r…
-
Resources:
- [SRFI-78 source code repo](https://github.com/diamond-lizard/srfi-78/)
- [SRFI-78 documentation on the Chicken wiki](https://wiki.call-cc.org/eggref/5/srfi-78)
-
Hi,
when I try to import dsv, I get an error message:
```
$ guile -c '(import (dsv))'
Backtrace:
In ice-9/threads.scm:
399:8 19 (_ _)
In ice-9/boot-9.scm:
3564:20 18 (_)
2858:4 1…
-
I think it's worthwhile to replace my LCG SRFI 27 implementation with the reference implementation provided by mrg32k3a-b.c. I will begin working on this.