7
votes
1answer
250 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)
(con …
18
votes
11answers
2k views
XKCD - Random Number
Could someone explain if and why the following random number function works?
I have never quite been able to understand it. I ask the question on SO hoping to find a more "human" …
24
votes
15answers
2k views
Solving the NP-complete problem in XKCD
The problem/comic in question: http://xkcd.com/287/
I'm not sure this is the best way to do it, but here's what I've come up with so far. I'm using CFML, but it should be readab …
19
votes
14answers
14k views
Wolfram’s Rule 34 in XKCD
The hover "joke" in #505 xkcd touts "I call rule 34 on Wolfram's Rule 34"
I know what rule 34 is in internet terms and I've googled up who Wolfram is but I'm having a hard time fi …
