How to contribute ?

2020-02-19 Thread Jeremy Korwin-Zmijowski
Dear Guilers, I am willing to put some effort to learn how to modestly contribute to Guile. My first goal could be to update the srfi-64 module which I use a lot. I know at least one bug, in the version shipped in Guile, which is fixed in the upstream srfi repo

Re: Lenses in Guile?

2020-02-19 Thread Zelphir Kaltstahl
Hi Alex! Thanks for that! On 18.02.20 15:04, Alex Sassmannshausen wrote: > Heya, > > Zelphir Kaltstahl writes: > >> Hi! >> >> This reminds me of something: Is there something like >> https://docs.racket-lang.org/lens/index.html for Guile? Or perhaps an >> easy to understand tutorial on

Re: Geiser vs. guile-mode?

2020-02-19 Thread Ricardo Wurmus
sirgazil writes: > I also find some fundamental things missing when programming in Guile Scheme > (with Emacs+Geiser): > > 1. On-the-fly syntax checking (see flycheck) This is available by default in “Guile Studio”[1]. It works by compiling the buffer: --8<---cut

Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread Alex Sassmannshausen
sirgazil writes: > On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen > wrote > > […] > > Dunno which is better at this point, but I'll log your report and my > > thoughts as a bug against guile-config for now. > > > > Of course, patches implementing either solution,

Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread sirgazil
On Wed, 19 Feb 2020 08:31:56 -0500 Alex Sassmannshausen wrote > Hi Sirgazil, > > sirgazil writes: > > > Hi, > > > > When using "guile-config" for declaring my CLIs I've noticed that if I > > define an argument as non-optional for a command, then trying to > > display the

Re: guile-config: Command --help is not displayed when there are required arguments

2020-02-19 Thread Alex Sassmannshausen
Hi Sirgazil, sirgazil writes: > Hi, > > When using "guile-config" for declaring my CLIs I've noticed that if I > define an argument as non-optional for a command, then trying to > display the --help of that command fails. You are correct. This issue arises because guile-config uses (ice-9