Email list hosting service & mailing list manager

Welcome to the Scheme Database Interface (sdbi) project hga@xxxxxx (24 Sep 2019 12:29 UTC)
(missing)
Re: Welcome to the Scheme Database Interface (sdbi) project Lassi Kortela (24 Sep 2019 15:59 UTC)
Re: Welcome to the Scheme Database Interface (sdbi) project hga@xxxxxx (24 Sep 2019 16:20 UTC)
Re: Welcome to the Scheme Database Interface (sdbi) project Lassi Kortela (24 Sep 2019 13:21 UTC)
Markdown in Scheme Lassi Kortela (26 Sep 2019 14:48 UTC)

Re: Welcome to the Scheme Database Interface (sdbi) project hga@xxxxxx 24 Sep 2019 16:19 UTC

>> From: Lassi Kortela <xxxxxx@lassi.io>
>> Date: Tuesday, September 24, 2019 10:59 AM
>
>>> Yeah, I prefer R7RS but sdbi should be usable back to ... perhaps
>>> R5RS?  Even R4RS, Scheme 9 from Empty Space is rather cool....
>>
>> The trouble with R[45]RS is that there's so little you can rely on
>> having available, though portable SRFIs of course help.
>
> Well, we need some kind of exception handling and probably floats
> and bignums. Not sure about call/cc.
>
> I suggest R7RS and R6RS as primary targets, and not going out of our
> way to make life difficult for others.

Sounds good.  Here an updated and polished one line description:

A R6RS and R7RS API for any database with a text query language that
returns rectangular results.

See https://github.com/Schemepersist/sdbi-design/blob/master/remit.txt
for the current version and an explanation of rectangular results.

I'll take it as a given we won't go out of our way to make life hard
for previous Scheme standard revisions etc.

- Harold