Subject: Using lisp displa to view local variables
From: Edwin Woollett
Date: Tue, 26 Jul 2011 14:26:46 -0700
On July 26, 2011, Raymond Toy wrote:
***************
At this point, I think you really should study up on Lisp macros. We
could give you solution, but it probably won't help you with writing
other macros. I learned a lot by reading On Lisp by Paul Graham. I
think it's out of print, but it might be available on the web some where.
******************
--------------------
I agree. I actually already have onlisp.pdf on my hard drive, which
is available at http://www.paulgraham.com/onlisp.html
--------------------------------------------------
and Stavros Macrakis wrote:
*****************************
You really need to review basic Lisp semantics.
****************************
Thanks for the hints at the approach to take.
I will work out a macro solution eventually
(even though I will be away on vacation
- and away from a computer - for the
next two and 1/2 weeks), and it really doesn't
matter to me that I am trying to write something
not very useful; it is an opportunity to learn
something new.
Ted