Hi again,
Is there a command in Lisp that does the same action
as "ssubst", which can be called from Maxima and that would work
on strings larger than 8 kilobytes?
Fabrizio
> In the Maxima client program I use ssubst in order to
> preprocess a string
>
> Mat : ssubst(" ",",",concat(nRows," ",nCols," ",string(Mat))),
>
> where Mat is matrix represented as a list of lists.
>
> If the size of Mat is 50x50 or above, Maxima hangs
> and it produces a strange prompt:
> "
> [1]> "
>
> Is there a way to work with such no so huge strings?
>
> Fabrizio
>
>
>