Re: The mathematical name behind "unfold-right" in srfi-1
chansey97
(06 Jun 2020 09:12 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
Marc Nieper-Wißkirchen
(06 Jun 2020 11:39 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
John Cowan
(06 Jun 2020 19:07 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
Marc Nieper-Wißkirchen
(06 Jun 2020 19:23 UTC)
|
Total functional programming
Lassi Kortela
(06 Jun 2020 19:37 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
Marc Nieper-Wißkirchen
(06 Jun 2020 19:37 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
Marc Nieper-Wißkirchen
(06 Jun 2020 19:53 UTC)
|
Email threading styles
Lassi Kortela
(06 Jun 2020 20:20 UTC)
|
Re: Email threading styles
Arthur A. Gleckler
(06 Jun 2020 20:26 UTC)
|
Re: Email threading styles
Lassi Kortela
(06 Jun 2020 20:33 UTC)
|
Re: Email threading styles Marc Nieper-Wißkirchen (06 Jun 2020 20:42 UTC)
|
Re: Email threading styles
Arthur A. Gleckler
(06 Jun 2020 20:45 UTC)
|
Rescuing SRFI GitHub issues and PRs
Lassi Kortela
(06 Jun 2020 20:50 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
John Cowan
(06 Jun 2020 20:55 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Arthur A. Gleckler
(06 Jun 2020 21:14 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
John Cowan
(06 Jun 2020 21:17 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Arthur A. Gleckler
(06 Jun 2020 21:39 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Arthur A. Gleckler
(06 Jun 2020 21:02 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Lassi Kortela
(06 Jun 2020 21:06 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Göran Weinholt
(07 Jun 2020 10:25 UTC)
|
Re: Rescuing SRFI GitHub issues and PRs
Arthur A. Gleckler
(07 Jun 2020 15:33 UTC)
|
Re: Email threading styles
Lassi Kortela
(06 Jun 2020 21:17 UTC)
|
Re: Email threading styles
Arthur A. Gleckler
(06 Jun 2020 21:37 UTC)
|
Re: Email threading styles
Marc Nieper-Wißkirchen
(06 Jun 2020 20:28 UTC)
|
Re: Email threading styles
Lassi Kortela
(06 Jun 2020 20:38 UTC)
|
Re: Email threading styles
Marc Nieper-Wißkirchen
(06 Jun 2020 20:48 UTC)
|
Re: Email threading styles
Lassi Kortela
(06 Jun 2020 20:56 UTC)
|
Re: Email threading styles
Arthur A. Gleckler
(06 Jun 2020 20:58 UTC)
|
Re: The mathematical name behind "unfold-right" in srfi-1
Marc Nieper-Wißkirchen
(06 Jun 2020 20:18 UTC)
|
Am Sa., 6. Juni 2020 um 22:33 Uhr schrieb Lassi Kortela <xxxxxx@lassi.io>: > > Good email software lets one change the subject in a reply, but retain > > the in-reply-to header, whose value is a message ID. > > Presumably most email clients get this right nowadays since on the > Scheme lists the threading always seems to be correct even when changing > the subject. That's reassuring: if the information is there, it's just a > matter of gradually improving user interfaces. Then even old threads > from archives would be displayed according to individual preferences. That's great. So maybe we can try to avoid a forest of threads by making more use of the inherent tree-like structure (and by choosing good subjects along the way). Marc PS1 Maybe you know how to do it: Sometimes I want to reply to a message I can read on the list server but which I do not have (anymore) stored as an email. Do you know a simple way to emulate a reply-to? PS2 Speaking of archives, but otherwise totally unrelated: It has occurred to me that some recent discussions about SRFI drafts were based on intermediate Github versions and not on published drafts. This can make it hard to reconstruct the reasoning in the future. It's like the difference between citing a published paper and refering to some internet page.