guile-user
[Top][All Lists]
Advanced

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

Re: Items blocking release 1.6.1 (2002-04-21)


From: Marius Vollmer
Subject: Re: Items blocking release 1.6.1 (2002-04-21)
Date: 07 May 2002 20:43:23 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Thien-Thi Nguyen <address@hidden> writes:

>    From: Marius Vollmer <address@hidden>
>    Date: 28 Apr 2002 18:00:00 +0200
> 
>    Yes, of course.  The quibbling is over the default default value,
>    i.e. the value to use as a default value when no default value has
>    been specified explicitely.
> 
> no the quibbling is over removal of `bound?' (see summary field in the
> bug report).  if you can expand the problem-solving process to solve
> this (original) problem, that would be best.

Yes, right.  I would propose to follow Common Lisp here:

    (define* (foo :optional (bar #f bar-bound?))
      (if bar-bound?
          ...))



reply via email to

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