Re: programmatically determine if argument is list compatible to a given lambda list
- From: jimka <jimka@xxxxxxxxx>
- Date: 28 Apr 2007 14:28:02 -0700
ahh, thanks... yes i also considered a macro... but i do not think it
works for what i'm doing.
Although i may go back and rethink it.
It looks like the COERSE functions causes sbcl to print a bunch of
uninteresting
stuff to stdout.
TYPE> (callable-as '(3) '(x))
; (RETURN-FROM TYPE::CALLABLE-AS T)
;
; caught ERROR:
; return for unknown block: CALLABLE-AS
; #'(LAMBDA (TYPE::X) (RETURN-FROM TYPE::CALLABLE-AS T))
;
; caught STYLE-WARNING:
; The variable X is defined but never used.
;
; compilation unit finished
; caught 1 ERROR condition
; caught 1 STYLE-WARNING condition
NIL
TYPE>
.
- Follow-Ups:
- References:
- programmatically determine if argument is list compatible to a given lambda list
- From: jimka
- Re: programmatically determine if argument is list compatible to a given lambda list
- From: Pascal Costanza
- Re: programmatically determine if argument is list compatible to a given lambda list
- From: jimka
- Re: programmatically determine if argument is list compatible to a given lambda list
- From: Pascal Costanza
- programmatically determine if argument is list compatible to a given lambda list
- Prev by Date: Re: programmatically determine if argument is list compatible to a given lambda list
- Next by Date: Re: What are the domains that lisp doesn't fit int?
- Previous by thread: Re: programmatically determine if argument is list compatible to a given lambda list
- Next by thread: Re: programmatically determine if argument is list compatible to a given lambda list
- Index(es):