Re: -2 is not a real number?!?
- From: Chris Dombroski <cdombroski@xxxxxxxxxxxxx>
- Date: Tue, 27 Feb 2007 23:57:52 GMT
On Tue, 27 Feb 2007 15:26:23 -0800, nhabedi wrote:
cdombroski wrote:
GNU CLISP interpreter
There's also a compiler in there, BTW... :)
(if (<= v alpha) (return-from min-value '(v x)))
Without looking at the rest of the code this is most likely not what
you want - you're returning a literal value which is a list consisting
of the symbols V and X. I think you want (LIST V X) instead.
You're correct, that is what I needed to change. Hopefully I can figure
out the new error that I get without help.
Thanks for your help.
.
- References:
- -2 is not a real number?!?
- From: cdombroski
- Re: -2 is not a real number?!?
- From: nhabedi
- -2 is not a real number?!?
- Prev by Date: Re: -2 is not a real number?!?
- Next by Date: sexp-aware theory of patches and "meta common lisp"
- Previous by thread: Re: -2 is not a real number?!?
- Next by thread: Re: -2 is not a real number?!?
- Index(es):