[racket] function parameters in racket

From: David Van Horn (dvanhorn at cs.umd.edu)
Date: Sun Jul 20 10:11:25 EDT 2014

On 7/20/14, 10:07 AM, קוראל אלימלך wrote:
> how can i define a function that gets a not known number of parameters
> (like the + function:
>  that i can send (+1 2 ) or (+ 1 2 3 ) (+1 2 3 4 )....)

http://docs.racket-lang.org/guide/lambda.html

I think many of the questions you have will be answered by the Guide
document.

David



Posted on the users mailing list.