[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
newbie questions: why doesn't ((lambda (x) (x 2)) (lambda (n) (+ n 3)))
From: |
Tahsin Alam |
Subject: |
newbie questions: why doesn't ((lambda (x) (x 2)) (lambda (n) (+ n 3))) work in elisp? |
Date: |
Fri, 30 May 2008 13:03:49 -0400 |
As the subject says - why does the following _expression_ give error when I try to evaluate it in the *scratch* buffer?
((lambda (x) (x 2)) (lambda (n) (+ n 3)))
---
This e-mail may contain confidential and/or privileged information. If you
are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail. Any
unauthorized copying, disclosure or distribution of the material in this
e-mail is strictly forbidden.
- newbie questions: why doesn't ((lambda (x) (x 2)) (lambda (n) (+ n 3))) work in elisp?,
Tahsin Alam <=