-
```
apt install libssl-dev ca-certificate
```
-
[From the R7RS-large mailing list](https://groups.google.com/g/scheme-reports-wg2/c/sC1a-WdxC8M/m/GJHF23ZaAwAJ):
>> Who will add R6RS support to Chibi? (Another rhetorical question.)
>
> I'm happ…
-
Environment
- Arch Linux with kernel 5.6.6, x86_64
- Gauche 0.9.9 from AUR (Arch user repository)
- https://www.archlinux.org/packages/community/x86_64/gauche/
- CPU: Intel Core i9 9980HK 2.4G…
shino updated
4 years ago
-
It would be nice if there were a few words about how one naming scheme (pun intended) transformed into another naming scheme.
-
How do we use `gsc -exe` with R7RS libraries in the latest Gambit release? For example,
File `main.scm`:
```Scheme
(import (scheme base)
(scheme write)
(foo bar))
(write "H…
-
Hello,
Apologies if this is not the best place to propose this idea, but I have thought of two ways that I think R7RS could sensibly allow for custom readers in certain contexts. To be clear, when …
-
disjoint の訳語として互いに素というのは違和感を感じます。 互いに素というとまずは公約数が 1 と -1 だけというものを連想するからです。 R7RS 中では型の混同を許すかどうかという文脈で使われており、「互いに素」ではその意味に解釈しづらいです。 「互いに素」は広義には共通する要素を持たないという意味でも使われることもあるようなので、間違いとは言えませんが…。
R5RS のいくつかあ…
-
@diamond-lizard I'm opening this issue to explore the SRFI metadata problem specifically, since the scope of [pre-srfi/scheme-metadata-files](https://github.com/pre-srfi/scheme-metadata-files) is both…
-
> ## Ideas for a statically typed dialect of Scheme
>
> Name: I'll use Steme here, but it might be Statics or something else.
A working title is good; the final name doesn't matter much at the m…
-
The Gambit manual is currently in one monolithic 640K source file `gambit.txi`. Does texinfo have an include mechanism that could be used to break it down into smaller files? That would probably make …