restarting maxima from scratch



On 2/19/2011 9:56 AM, Valery Pipin wrote:
>
> While this may be usefull. It is a not right way to do.
> If the kill(all) and reset() do not clean the memory and garbage
> then this is a bug  in these functions
> _______________________________________________
Unfortunately it is possible that you read in arbitrary lisp functions 
using load(..)
which can change the maxima system in ways that the system does not know
about, and which kill() cannot revert to the previous state.

Also, some lisp systems will have irrevocably made changes (for example,
allocating all available address space for numbers, and permanently
  leaving no more for lists)  -- changes that cannot be undone.

RJF