chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] DBI


From: felix winkelmann
Subject: Re: [Chicken-users] DBI
Date: Thu, 28 Feb 2008 08:40:53 +0100

On Wed, Feb 27, 2008 at 10:31 PM, Peter Bex <address@hidden> wrote:
> On Wed, Feb 27, 2008 at 04:23:37PM -0500, Graham Fawcett wrote:
>  > >  Can you even check for void?  Afaik there's no VOID? procedure.
>  >
>  > You can; just compare with another (void) value:
>  >
>  > (define void? (cute eq? (void) <>))
>
>  That sounds rather brittle.  Afaik "void" is defined as "no value".
>
>  One possible and plausible implementation of VOID is this:
>
>  (define (void) (values))
>
>  (eq? (values) (values)) is #t, but I'm not sure how safe it is to
>  depend on that.  Especially since VOID is some kind of "undefined"
>  value, nobody says this representation can't change.  I don't think
>  you should depend on this implementation detail.
>

Absolutely. Tha values definition of void above is btw not equivalent and
would break in many places.


cheers,
felix




reply via email to

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