[Maxima] Maxima 5.9.3 & file_search_maxima
Robert Dodier
robert.dodier at gmail.com
Wed Mar 22 08:52:55 CST 2006
hi chris,
> Error in MACSYMA-TOP-LEVEL [or a callee]: |&D:/cjs_maxima/###.{mac,mc}|
> is not of type SEQUENCE.
the file search list is a Lisp string, and Maxima strings aren't
Lisp strings (they are symbols which begin with ampersand).
the workaround suggested by mario should work --
sconcat returns a Lisp string. dunno why it worked before.
at some point we should bite the bullet and implement
Maxima strings with Lisp strings instead of symbols.
it would be tedious, but not difficult (maybe).
all the best,
robert dodier
More information about the Maxima
mailing list