Putting evaluated constants in a CASE
From: Jeff (jma_at_nospam.insightbb.com)
Date: 08/23/04
- Next message: Bruce Stephens: "Re: Your Guru Paul Graham is getting trashed on Slashdot."
- Previous message: Alex Mizrahi: "Re: performance challenge"
- Next in thread: Svein Ove Aas: "Re: Putting evaluated constants in a CASE"
- Reply: Svein Ove Aas: "Re: Putting evaluated constants in a CASE"
- Reply: nikodemus_at_random-state.net: "Re: Putting evaluated constants in a CASE"
- Reply: Stefan Scholl: "Re: Putting evaluated constants in a CASE"
- Reply: Martin Ginkel: "Re: Putting evaluated constants in a CASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 22 Aug 2004 22:57:57 GMT
Is there any way to do this?
(defconstant *X* 10)
(case 10 (*X* t)) ==> NIL
It would be really nice to use CASE with constants of some kind. I
could always fall back on COND or IF's, and that isn't a problem. But
if I'm missing a simple backquote operation or syntax construct, I'd
like to learn it ;)
Jeff
- Next message: Bruce Stephens: "Re: Your Guru Paul Graham is getting trashed on Slashdot."
- Previous message: Alex Mizrahi: "Re: performance challenge"
- Next in thread: Svein Ove Aas: "Re: Putting evaluated constants in a CASE"
- Reply: Svein Ove Aas: "Re: Putting evaluated constants in a CASE"
- Reply: nikodemus_at_random-state.net: "Re: Putting evaluated constants in a CASE"
- Reply: Stefan Scholl: "Re: Putting evaluated constants in a CASE"
- Reply: Martin Ginkel: "Re: Putting evaluated constants in a CASE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|