From: aditya shukla (adityashukla1983 at gmail.com) Date: Fri Feb 13 15:32:39 EST 2009 |
|
Thanks for the help guys , so now i know that in (define f (lambda(x) (+(* 3 x) 5))) value of f is a function returned by the lambda expressions.so when i do ( f 1) or anything as in (f 55) then what are 1 or 55 in this expression , constants or functions? Aditya -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.racket-lang.org/users/archive/attachments/20090213/fc87eac9/attachment.html>
Posted on the users mailing list. |
|