This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: R5RS


"C. Ray C." <crayc@206.31.63.15> writes:

>  5. multiple value returns (done)
[...]
> BTW, I don't see the utility of 5 at all. What does call-with-values do
> that apply doesn't?

From the theoretical point of view, nothing.

(define values list)
(define call-with-values apply)

would be a valid implementation -- though suboptimal.  With this
abstraction layer you can implement structures more optimized for
applying than lists. (theoretical reason that warrants
values/cwv)

	-- forcer

-- 
((email . "forcer@mindless.com")       (www . "http://forcix.cx/")
 (irc   . "forcer@#StarWars (IRCnet)") (gpg . "/other/forcer.gpg"))

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]