Some Random Thoughts..
Just a place to put some random thoughts..

Hi,

Here! Let me show you some freaky magic.

(define (cons x y)
(lambda (m) (m x y)))
(define (car x)
(x (lambda (a d) a)))
(define (cdr x)
(x (lambda (a d) d)))

I just found this out.. and I literally stood up and applauded! Hats off to Mr. Alonzo Church!


Yours Sincerely,
Be afraid.. or amazed!
Hi,

Here! Let me show you some freaky magic.

(define (cons x y)
(lambda (m) (m x y)))
(define (car x)
(x (lambda (a d) a)))
(define (cdr x)
(x (lambda (a d) d)))

I just found this out.. and I literally stood up and applauded! Hats off to Mr. Alonzo Church!


Yours Sincerely,

posted by rumplestiltskin @ 1:25 am 0 comments

0 Comments:


Post a Comment