vyzo
vyzo
ping @wime12 The build issue for the tools has been addressed in #353. We also merged #374 which cleans up `:std/os/kqueue` to use `begin-ffi` instead of raw `begin-foreign`. Can you...
go for it! On Sun, Dec 26, 2021, 08:18 François-René Rideau ***@***.***> wrote: > While we're discussing getopt—I would like to modify how the help work > and/or make the...
I agree that `describe` is an ideal interface for accessing documentation, perhaps after an import; this can be performed automatically by `:std/interactive` so that you always get it when you...
even simpler, just export with rename.
The pregexp syntax is slightly different than racket's regexp syntax. Can you reduce it to a simple regexp that demonstrates the problem?
We could create stubs that map srfi to std/srfi with re-exports; we would accept a pr doing so.
You can define the `:wr` method and it will get invoked by the printer hook. Completely undocumented, you need to follow the gambit writer protocol which is also completely undocumented,...
Is this about the compilation of the `gxi.c` shim in `build.sh` or something more complex? If it is the former, we can simply invoke `cc` instead of `gcc`.
Just `cc` is portable and simple. Care for a patch?
Well, non-WSL windows is a little complicated, we have quite a few unixisms (starting from the module paths). WSL should work fine however!