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: Sat, 14 Apr 2001 08:22:36 -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 Sat, 14 Apr 2001 08:16:48 -0400,
Keisuke Nishida wrote:
> 
> We could write a macro `define-duplicate' or something that
> produces the above code.  Should we do that?
> 
>   guile> (define-duplicate id identity)
>   guile> (id 1)
>   ;;; `id' is deprecated.  Use `identity' instead.
>   1
>   guile> (id 1)
>   1

No, because this only works for renaming.  We need more general
support..



reply via email to

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