-
People should be able to do things like this:
```
(package
(name (cond-expand
((or chicken gauche)
foo)
(guile
bar)
(else
baz)))
…
-
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 …
-
> [The datatype] `Foo` is not importable because it is not reified and therefore not a Scheme type.
_Originally posted by @johnwcowan in https://github.com/pre-srfi/static-scheme/issues/13#issuecom…
-
SRFI-95, for example, is part of SLIB, and STklos users do have access to SLIB.
But it would be nice to have SRFIs working in a uniform way, no? So the user could just `(require "srfi-95")`?
In th…
-
**What's the problem this feature will solve?**
As @rht pointed out in https://github.com/projectmesa/mesa/pull/2314#discussion_r1769636029 There is currently no easy way to retrieve a single agent b…
-
Are the auto-generated `.c` files for gsc good enough for a bootstrap?
If so, could we create zip/tar archives of the `.c` files from CI builds and people could then extract those archives over a G…
-
Right now it seems very difficult to write a rule e.g. for words starting with an uppercase letter.
-
One question as well, do we have like descriptions of relationship in the metadata like SRFI 13 and SRFI 135. I just saw like see-also in the file data/srfi-data. For search ability, for one SRFI it i…
-
Hi Yuriy,
I would like to ask you about the binary dependency of the `repl` file. In order to compile `ol`, the binary `repl` file is needed as far as I have seen. Both using the `Makefile` or the…
-
Yongming Shen wrote, "Design and promote a "boring core subset" that an experienced programmer can pick up easily and be as productive as when using an "ordinary programming language", without writing…