Hacker News new | ask | show | jobs
by amttc 5568 days ago
Not that this has too much to do with what you two were talking about, but (car '(lambda (x) x)) will return lambda in Scheme.
1 comments

You are right.

Actually I was almost going to add (car '(lambda (x) x)) to my post in the first place; in line with `The syntax for functions is lists.'