maybe-let*
Shiro Kawai
(03 Jul 2020 03:11 UTC)
|
Re: maybe-let*
(no sender)
(03 Jul 2020 05:54 UTC)
|
Re: maybe-let*
(no sender)
(03 Jul 2020 07:22 UTC)
|
Re: maybe-let*
Wolfgang Corcoran-Mathe
(03 Jul 2020 17:19 UTC)
|
Re: maybe-let*
(no sender)
(03 Jul 2020 17:38 UTC)
|
Re: maybe-let*
John Cowan
(04 Jul 2020 00:48 UTC)
|
Re: maybe-let*
Wolfgang Corcoran-Mathe
(04 Jul 2020 01:48 UTC)
|
Re: maybe-let* (no sender) (04 Jul 2020 09:55 UTC)
|
Re: maybe-let*
John Cowan
(05 Jul 2020 22:40 UTC)
|
Re: maybe-let*
(no sender)
(07 Jul 2020 14:19 UTC)
|
Re: maybe-let* Marc Nieper-WiÃkirchen 04 Jul 2020 09:55 UTC
Am Sa., 4. Juli 2020 um 03:47 Uhr schrieb Wolfgang Corcoran-Mathe <xxxxxx@sigwinch.xyz>: > > From the latest commit in John's repo: > > > A claw is either a list of length 1, in which case it is an > > expression, or a list of length 2, in which case it is a variable > > and an expression. > > Does this mean we aren't supporting the "bound variable" claw form > from SRFI 2? It's currently possible to write That should be added. A claw should be allowed to be a single identifier, which is just tested against (like in maybe-and). Marc