Email list hosting service & mailing list manager

Questions, loose ends, misprints, etc. Andre van Tonder (01 Dec 2005 15:00 UTC)
Re: Questions, loose ends, misprints, etc. Matthew Flatt (01 Dec 2005 16:00 UTC)
Re: Questions, loose ends, misprints, etc. Per Bothner (01 Dec 2005 17:21 UTC)
Re: Questions, loose ends, misprints, etc. Matthew Flatt (01 Dec 2005 17:27 UTC)
Re: Questions, loose ends, misprints, etc. Andre van Tonder (03 Dec 2005 16:20 UTC)
Re: Questions, loose ends, misprints, etc. Andre van Tonder (03 Dec 2005 22:41 UTC)
Re: Questions, loose ends, misprints, etc. Jens Axel Søgaard (01 Dec 2005 16:49 UTC)
Re: Questions, loose ends, misprints, etc. Matthew Flatt (01 Dec 2005 16:58 UTC)

Re: Questions, loose ends, misprints, etc. Matthew Flatt 01 Dec 2005 17:00 UTC

At Thu, 01 Dec 2005 17:49:18 +0100, Jens Axel Søgaard wrote:
> (library "minir6rs" "scheme://r6rs"
>    ; export all names in r6rs except CAR
>    (export + - ... ))

Please note that the current SRFI doesn't say that you can use
"minir6rs" as a <language>, though we hope that it will be a natural
extension of the SRFI. In the current SRFI, the only specified
<language> is "scheme://r6rs".

> It is a bit cumbersome to be so explicit. Perhaps
> <export-set> could be extend with an (all-from <lib-path>)
> form?

JFYI, we had `all-from' initially, but we took it out (as one of many
simplifications to the current proposal).

Matthew