Tagged Questions

10
votes
1answer
1k views

What does this xkcd code do?

On the xkcd site today, the following appeared as a joke in a <script language="scheme"> tag so what does the following code do / represent? (define (eval exp env) (cond ((self-evaluating? ...