Name: Anonymous 2008-03-18 18:24
i'm sorry okay, i wasn't thinking. and now that i see it in EVERY DAMN THREAD i've come to realize that it's not even funny. i mean it doesn't even make sense here on the chans because we're all anonymous. maybe that irony is what made it funny, anyway it's not funny anymore it's annoying.
also ITT scheme code which you would understand if you were an EXPERT PROGRAMMER and read your SICP. if anyone finds out what they do he gets one thousand internets.
(define a (call/cc identity))
and
((lambda (f) (f f))
(lambda (f)
(lambda (n)
(if (< n 3)
1
(+ ((f f) (- n ((f f) (- n 1))))
((f f) (- n ((f f) (- n 2)))))))))
also ITT scheme code which you would understand if you were an EXPERT PROGRAMMER and read your SICP. if anyone finds out what they do he gets one thousand internets.
(define a (call/cc identity))
and
((lambda (f) (f f))
(lambda (f)
(lambda (n)
(if (< n 3)
1
(+ ((f f) (- n ((f f) (- n 1))))
((f f) (- n ((f f) (- n 2)))))))))