Is there any eq t test in Common Lisp?
- From: "Andreas Thiele" <nospam@xxxxxxxxxx>
- Date: Fri, 26 Jan 2007 15:34:19 +0100
Hi,
I'm just wondering if there is no predefined synonym for
(defun t-p (x) (eq t x))?
Andreas
P.S.
CL-USER 41 > (t-p t)
T
CL-USER 42 > (t-p nil)
NIL
CL-USER 43 > (t-p :any-key)
NIL
.
- Follow-Ups:
- Re: Is there any eq t test in Common Lisp?
- From: Kaz Kylheku
- Re: Is there any eq t test in Common Lisp?
- From: Thomas A. Russ
- Re: Is there any eq t test in Common Lisp?
- From: Tim Bradshaw
- Re: Is there any eq t test in Common Lisp?
- From: alessiostalla
- Re: Is there any eq t test in Common Lisp?
- From: Szymon
- Re: Is there any eq t test in Common Lisp?
- Prev by Date: Re: LISP Object Oriented ?
- Next by Date: Re: LISP Object Oriented ?
- Previous by thread: Re: PHP few steps from c to lisp
- Next by thread: Re: Is there any eq t test in Common Lisp?
- Index(es):