Re: (case 'quote ('lambda 1) (otherwise 2))
- From: "Greg Buchholz" <sleepingsquirrel@xxxxxxxxx>
- Date: 29 Jan 2007 14:30:30 -0800
David Wragg wrote:
I have found 2 Common Lisp implementations that think that the above
code evaluates to 1. This is quite surprising to me.
You probably meant to say...
(case 'quote (lambda 1) (otherwise 2))
....to compare the symbol "quote" to the symbol "lambda".
Greg Buchholz
.
- References:
- (case 'quote ('lambda 1) (otherwise 2))
- From: David Wragg
- (case 'quote ('lambda 1) (otherwise 2))
- Prev by Date: Re: (case 'quote ('lambda 1) (otherwise 2))
- Next by Date: Re: All Your GUIs Are Belong to Us (Die, McCLIM! Die!!)
- Previous by thread: Re: (case 'quote ('lambda 1) (otherwise 2))
- Next by thread: Re: (case 'quote ('lambda 1) (otherwise 2))
- Index(es):