Problems with ECL and Maxima



>>>>> "Goffioul" == Goffioul Michael  writes:

    Goffioul> 2) Maxima sometimes uses variables whose name starts with a dot (for
    Goffioul> example in
    Goffioul> macro lambda-lists): (defmacro defmfun (function &body rest &aux .n.)
    Goffioul> ...)
    Goffioul> ECL doesn't like that neither and I had to change those variables name.

Isn't this a bug in ECL?

    Goffioul> 3) Maxima uses (namestring ...) on streams: the input stream (which is a
    Goffioul> synonym-stream
    Goffioul> to terminal-io) and also on concatenated streams. This fails in ECL, but

Can you point out where this fails?

Ray