guile-devel
[Top][All Lists]
Advanced

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

Re: SCM_CALL_N


From: Keisuke Nishida
Subject: Re: SCM_CALL_N
Date: Mon, 25 Jun 2001 22:13:05 +0900
User-agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) Emacs/21.0.103 (i686-pc-linux-gnu) MULE/5.0 (SAKAKI)

At 24 Jun 2001 11:45:28 +0100,
Neil Jerram wrote:
> 
> Yes, on reflection, I now agree with you.  Perhaps SCM_APPLY_N would
> also be useful, where SCM_APPLY_N is defined to take N arguments and a
> final list argument:
> 
>         SCM_APPLY_N (proc, arg1, ..., argN, args)
>         ->
>         (apply proc arg1 ... argN args)
> 
> Then SCM_CALL_N and SCM_APPLY_N would completely encapsulate the
> optimization use of scm_listofnull, I think.

Agreed.  If nobody objects, I'll write a patch and apply it tomorrow.

Keisuke



reply via email to

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