On 12/27/06, miguel lopez <miguel39123 at hotmail.com> wrote:
> Would it be possible to have a version of maxima for windows such that, for
> example,
>
> :lisp (symbol-function 'print) was not compiled-function print.
I'm not sure what you have in mind. Can you be more explicit? Do you
want it to be a Lisp function? (That may work in some Lisps, for some
functions, but not other Lisps, and certainly not all functions.) Do
you want it to be undefined? (That would be problematic, since the
build-in functions are depended on by all of Maxima.) Do you want some
sort of package system such that the system print was system::print
and not available as plain print?
What is your goal?
-s