Re: Questions, loose ends, misprints, etc.
Andre van Tonder 02 Dec 2005 13:01 UTC
On Thu, 1 Dec 2005, Matthew Flatt wrote:
> Andre wrote:
>
>> - Can I export an unbound identifier? For example, can I export
>> literals (such as ELSE, UNQUOTE, etc.), or does this not even make
>> sense.
>
> This doesn't make sense to me, at least. What would it mean?
Another example would be SRFI-76 R6RS records, where the <record name> might not
necessarily be bound to anything but should be exportable so clients can write:
(type-descriptor <record name>) (syntax)
Regards
Andre