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
Written by
in
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