[racket] list splat into variable arity

From: Tony Garnock-Jones (tonyg at ccs.neu.edu)
Date: Wed Nov 23 16:14:28 EST 2011

On 2011-11-23 4:12 PM, Louis-Philippe wrote:
> I looked around and couldn't find how to expand a list to fit as
> multiple function arguments, for variable arity functions rest.

(apply + '(1 2 3)) ?


Posted on the users mailing list.