defparamterer seems to be better than defconstant for lists in Common Lisp. defconstant causes an error on recompiling, defparameter redefines the value properly.
I wish I knew why this is. :-)
Technorati Tags: lisp
defparamterer seems to be better than defconstant for lists in Common Lisp. defconstant causes an error on recompiling, defparameter redefines the value properly.
I wish I knew why this is. :-)
Technorati Tags: lisp