>>63
special syntax as opposed to no syntax, ie as opposed to s-expressions like (lambda (x) (+ 1 x))
because it is not ever terribly useful to abstract past "lambda", it might as well have syntax. Macros over lambda tend to just be sugar to avoid typing "lambda" anyway.