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)
>
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.
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
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