Re: guile-config: How do I use a ?

2020-01-15 Thread sirgazil
On Wed, 15 Jan 2020 16:08:51 -0500 Alex Sassmannshausen wrote > Hi! > > sirgazil writes: > > > […] > > > > I'm trying out guile-config to declare the CLI of the program using a > > record > > (https://gitlab.com/sirgazil/guile-lab/blob/master/scripts/cli/sprinklers#L96) >

Re: guile-config: How do I use a ?

2020-01-15 Thread Alex Sassmannshausen
Hi! sirgazil writes: > […] > > I'm trying out guile-config to declare the CLI of the program using a > record > (https://gitlab.com/sirgazil/guile-lab/blob/master/scripts/cli/sprinklers#L96) You can actually make use of config's inheritance here, because oscillate is shared by all subcommands.

Re: GNU Guile 2.9.9 Released [beta]

2020-01-15 Thread Andy Wingo
On Tue 14 Jan 2020 22:48, Stefan Israelsson Tampe writes: > Strange that I did not dee this error before in the 2.x series > ever. Isn't it so that for procedures define in a (let () ...) the > case you are mentioning happened before but I was on the impression > that no inlining was done for de

guile-config: How do I use a ?

2020-01-15 Thread sirgazil
I designed the following CLI for an example program that pretends to control irrigation sprinklers. $ sprinklers Display some information about the sprinklers in the farm. $ sprinklers start-all All sprinklers started. $ sprinklers stop-all All sprinklers stopped. $ sprinklers st