Talk:Partial function application: Difference between revisions

Content added Content deleted
(→‎Is Lisp correct?: It uses &rest to accept a variable number of arguments.)
Line 125: Line 125:


: --[[User:Kernigh|Kernigh]] 00:53, 15 April 2011 (UTC)
: --[[User:Kernigh|Kernigh]] 00:53, 15 April 2011 (UTC)
:: Not only does &rest do the right thing with the arguments, but apply does the right thing with the return value. I think this lisp solution satisfies the concept of partial function evaluation. —[[User:Sonia|Sonia]] 01:45, 15 April 2011 (UTC)