guile-devel
[Top][All Lists]
Advanced

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

Re: identity


From: Keisuke Nishida
Subject: Re: identity
Date: Sun, 15 Apr 2001 18:36:10 -0400
User-agent: Wanderlust/2.4.0 (Rio) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.0.102 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At 15 Apr 2001 18:27:27 +0200,
Marius Vollmer wrote:
> 
> Yes, why not.  As you say, `define-duplicate' is too specific, what
> about
(snip)
>     (define (id x)
>       (with-deprecation
>        "`id' is deprecated.  Use `identity' instead."
>        (identity x)))

Looks nice.  But probably a procedure named `call-with-deprecation'
is good enough and fits better with Scheme?  I'll add it soon.



reply via email to

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