[Maxima] An interesting issue with noninteractive and kill
Raymond Toy
toy.raymond at gmail.com
Mon Oct 25 12:46:17 CDT 2010
Here is an interesting issue. Do load(noninteractive); then
kill(all). Now enter anything. The answer is always MEVAL1().
Ok, I thought. I'll just load up mlisp.lisp where meval1 is defined.
Well, of course, load("src/mlisp.lisp") does nothing except return
MEVAL1(). :-( So, try :lisp (load "src/mlisp.lisp"). That works.
Except that MEVAL1() is still returned for everything.
Ray
More information about the Maxima
mailing list