guile-devel
[Top][All Lists]
Advanced

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

Re: records as s-expressions


From: Neil Jerram
Subject: Re: records as s-expressions
Date: 16 Oct 2003 22:09:34 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

>>>>> "Thamer" == Thamer Al-Harbash <address@hidden> writes:

    Thamer> The simple solution is to store type information as a symbol so
    Thamer> this distinction can be made:

    Thamer> #<foobar foo: type-string: 1 bar: type-string: 2>

This won't work.  (Or, more precisely, to make it work would be
arbitrarily complex.)  Consider, for example, if the arg is a list of
<strings or integers>, or a list of lists of <strings or integers>,
and so on.  Type must be implicit in the printed form.

        Neil






reply via email to

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