chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Multithreading test


From: Zbigniew
Subject: Re: [Chicken-users] Multithreading test
Date: Fri, 13 May 2005 20:09:30 -0500

That should read, returning #f is pretty standard for normal functions
that return one value.  For example, assq does not throw an exception
when it fails, and doing so would seem excessive.  So why should
multiple-valued functions be any different?

Maybe this is one thing the tuples proposal was meant to address.

On 5/13/05, Zbigniew <address@hidden> wrote:
> It makes sense to throw some kind of exception, but this seems
> exceedingly rare from what I've seen.  Returning #f is so much more
> common.




reply via email to

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