Bill Page wrote:
>
> If I have a (long) string X containing some SPAD code with lines
> separated by newline \n characters is there some way to get the
> same effect as calling
>
> )compile xxx
>
> without writing X to a temporary file named 'xxx.spad'? Maybe at the
> Lisp/Boot level?
>
I am affraid there is no easy way. One possibility is to create
string stream, bind it to *standard-input* and call |spadCompile|
with input file beeing NIL (all at Lisp level).
--
Waldek Hebisch
[email protected]
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/fricas-devel?hl=en.