Re: REPL and load deifferences (was Re: Proposal for a new (ice-9 history))

2018-10-30 Thread Göran Weinholt
Mikael Djurfeldt writes: > And, the attachments... > > On Tue, Oct 30, 2018 at 11:21 AM Mikael Djurfeldt > wrote: > > On Tue, Oct 30, 2018 at 1:55 AM Mikael Djurfeldt > wrote: > > On Tue, Oct 30, 2018 at 12:55 AM Mark H Weaver wrote: > >> More precisely, it is a literal >> identifier reco

[PATCH] Support HTTP/2 headers from web servers.

2018-10-30 Thread Derek Upham
>From f957bd2b496a2aea92d1184e57c18215acc3ed22 Mon Sep 17 00:00:00 2001 From: Derek Upham Date: Tue, 4 Jul 2017 08:54:06 -0700 Subject: [PATCH] Support HTTP/2 headers from web servers. For example, curl --silent --head https://www.google.com returns the first line HTTP/2 200 which does no

Re: Proposal for a new (ice-9 history)

2018-10-30 Thread Mikael Djurfeldt
On Tue, Oct 30, 2018 at 7:21 AM Mark H Weaver wrote: > Hi Mikael, > > Mikael Djurfeldt writes: > > > On Tue, Oct 30, 2018 at 1:26 AM Mark H Weaver wrote: > > > > Mikael Djurfeldt writes: > > > > > The interface of (value-history) would instead have a lazy-binder > > > which provides a synta

Re: REPL and load deifferences (was Re: Proposal for a new (ice-9 history))

2018-10-30 Thread Mikael Djurfeldt
And, the attachments... On Tue, Oct 30, 2018 at 11:21 AM Mikael Djurfeldt wrote: > On Tue, Oct 30, 2018 at 1:55 AM Mikael Djurfeldt > wrote: > >> On Tue, Oct 30, 2018 at 12:55 AM Mark H Weaver wrote: >> >>> More precisely, it is a literal >>> identifier recognized by 'match' and related macr

REPL and load deifferences (was Re: Proposal for a new (ice-9 history))

2018-10-30 Thread Mikael Djurfeldt
On Tue, Oct 30, 2018 at 1:55 AM Mikael Djurfeldt wrote: > On Tue, Oct 30, 2018 at 12:55 AM Mark H Weaver wrote: > >> More precisely, it is a literal >> identifier recognized by 'match' and related macros, in the same sense >> that 'else' and '=>' are literal identifiers recognized by the 'cond