Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Randall!

Name: Anonymous 2009-10-26 5:51

Name: Anonymous 2009-10-26 5:53

what. the. fuck?

Name: >>2 2009-10-26 5:56

also the comic is lame and unfunny as usual.
quit advertising

Name: Anonymous 2009-10-26 6:11

tl;dr

Name: Anonymous 2009-10-26 6:28

>>4
tl;dr

Name: Anonymous 2009-10-26 6:54

>>5
dr

Name: Anonymous 2009-10-26 8:37

>>1
<SCRIPT LANGUAGE='SCHEME'>(define (eval exp env)  (cond ((self-evaluating? exp) exp)  ((variable? exp) (lookup-variable-value exp env))  ((quoted? exp) (text-of-quotation exp))  ((assignment? exp) (eval-assignment exp env))  ((definition? exp) (eval-definition exp env))  ((if? exp) (eval-if exp env))  ((lambda? exp)  (make-procedure (lambda-parameters exp)  (lambda-body exp)  env))  ((begin? exp)   (eval-sequence (begin-actions exp) env))  ((cond? exp) (eval (cond->if exp) env))  ((application? exp)  (apply (eval (operator exp) env)  (list-of-values (operands exp) env)))  (else  (error "Common Lisp or Netscape Navigator 4.0+ Required" exp))))</SCRIPT>

Name: Anonymous 2009-10-26 9:48

I like the new design better than the old one.

>>7
Is this your way of saying Randall has read SICP?

Name: Anonymous 2009-10-26 9:53

>>7
I never would have believed it, if I hadn't gone onto the site myself.
>>8
Quite possible, it's a well known fact that rand(all) is the person who starts all the XKCD threads on /prog/ and everyone on /prog/ should have read their SICP.

Name: Anonymous 2009-10-27 7:38

Rand(all)

Name: Anonymous 2009-10-27 17:15

>>10

That always gets old

Name: Anonymous 2010-11-27 18:03

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List