short article on lambda
July 30th, 2004 at 7:20 pmI added a Common Lisp based article to my website (first one (of many, I hope !)). So, if you’re eternally concerned with the burning desire to know why:
((lambda (y) ((lambda (x) (* y x)) 10)) 2)
Works, and:
(((lambda (y) (lambda (x) (* x y))) 10) 2)
does not, point your browser to
Related posts:
