guile-devel
[Top][All Lists]
Advanced

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

Wherefore scm_listofnull?


From: Neil Jerram
Subject: Wherefore scm_listofnull?
Date: 22 Jun 2001 17:24:45 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

What's behind all the futzing that goes on with scm_listofnull and
scm_nconc2last?

Or... what's the difference between

scm_apply (proc, arg1, scm_cons2 (arg2, arg3, scm_listofnull))

and

scm_apply (proc, SCM_LIST3 (arg1, arg2, arg3), SCM_EOL)

?

        Neil




reply via email to

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