Re: -2 is not a real number?!?



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.

.