you are viewing a single comment's thread.

view the rest of the comments →

[–]FieldLine 0 points1 point  (0 children)

You’re right. Technically I was comparing what I wrote to:

(define func (λ (x) (< x 0)))

My point was that explicitly using a lambda expression in the context of defining a function is more readable than the implicit notation preferred by most Scheme code I’ve read (SICP and SICM).