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

call-with-multiple-values



   I don't know what other people had in mind, but in other situations it's often
   a good idea to put the function last, because it is textually large.  This
   makes the program easier to read.  (ie, it makes the program mentally
   tail-recursive).  Thus 

This is what LET is for (among other things), no? Hard to make a
cogent case that APPLY and CALL-WITH-VALUES are each right in their
argument order yet different from each other.

			-rpg-