(define (func x) ...) or (define func (lambda (x) ...)?
Name:
Anonymous2009-06-29 22:32
>>1
Lambda notation is supposed to be used for anonymous functions only. Using explicit lambdas for named functions is just some sort of functional-programming masturbation.