|
Any more bugs/typos?
Vladimir Nikishkin
(15 Sep 2020 15:35 UTC)
|
|
Re: Any more bugs/typos?
Wolfgang Corcoran-Mathe
(15 Sep 2020 19:13 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(16 Sep 2020 01:54 UTC)
|
|
Re: Any more bugs/typos?
Arthur A. Gleckler
(16 Sep 2020 02:49 UTC)
|
|
Re: Any more bugs/typos?
Wolfgang Corcoran-Mathe
(16 Sep 2020 05:50 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(16 Sep 2020 06:19 UTC)
|
|
Re: Any more bugs/typos?
Wolfgang Corcoran-Mathe
(16 Sep 2020 16:11 UTC)
|
|
Re: Any more bugs/typos?
Wolfgang Corcoran-Mathe
(16 Sep 2020 16:15 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 04:00 UTC)
|
|
Re: Any more bugs/typos? Wolfgang Corcoran-Mathe (17 Sep 2020 05:49 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 06:04 UTC)
|
|
Re: Any more bugs/typos?
Marc Nieper-Wißkirchen
(17 Sep 2020 07:00 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 07:08 UTC)
|
|
Re: Any more bugs/typos?
Marc Nieper-Wißkirchen
(17 Sep 2020 07:14 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 07:22 UTC)
|
|
Re: Any more bugs/typos?
Marc Nieper-Wißkirchen
(17 Sep 2020 07:25 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 07:50 UTC)
|
|
Re: Any more bugs/typos?
Marc Nieper-Wißkirchen
(17 Sep 2020 08:00 UTC)
|
|
Re: Any more bugs/typos?
Vladimir Nikishkin
(17 Sep 2020 08:04 UTC)
|
|
Re: Any more bugs/typos?
Wolfgang Corcoran-Mathe
(17 Sep 2020 16:47 UTC)
|
On 2020-09-17 12:00 +0800, Vladimir Nikishkin wrote:
> Is it fine to use the [vecI]* notation, or there is a more common one in Scheme?
The [vecI]* notation is unfamiliar to me. Is it used in other SRFIs,
or elsewhere?
The new version,
(draw-bezier vec1 vec2 [vecI]* vecN),
seems a little misleading, since vecN appears to be required (which it
isn't--(draw-bezier vec1 vec2) is a valid call). If the double-bracket
version mentioned earlier seems ugly, I recommend:
(draw-bezier vec1 vecI ... vecN)
--
Wolfgang Corcoran-Mathe <xxxxxx@sigwinch.xyz>
"A LISP programmer knows the value of everything, but the cost
of nothing." --Alan J. Perlis