guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: records as s-expressions


From: Marius Vollmer
Subject: Re: records as s-expressions
Date: Thu, 13 Nov 2003 01:08:56 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

address@hidden (Paul Jarc) writes:

> Marius Vollmer <address@hidden> wrote:
>> Something like this:
>>
>>   (define r (make-record-type foo '(a b) readable-record-printer))
>>   (register-record-reader 'foo foo)
>
> Is there any reaon that make-record-type should not automatically
> register the type name for reading as well as printing?

Hmm, the only reason I can think of is that record type names are not
necessarily unique right now.  But they wont magically become unique
when we print them readably...  So yes, I think we can make records
print readably by default.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

[Prev in Thread] Current Thread [Next in Thread]