short article on lambda

July 30th, 2004 at 7:20 pm

I 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:

  1. another Lisp article done
  2. lambda²
  3. Paul Graham’s new article “how to start a startup”
  4. Some quotes from Paul Graham’s latest article

Leave a Reply

To post code with preserved formatting, enclose it in `backticks` (even multiple lines)