So we need a protocol to make sure that arguments intended for AXIOMsys do not have some unexpected effect on host Lisp. Unfortunatly, this means analysing argument handling code in each Lisp and it takes time.
Isn't that easy? Each command line that is intended for AXIOMsys is called something like --axiomsys-initfile --axiomsys-lisp-expr. I am sure no LISP is looking for an option starting with --axiomsys-*.
Anyway, since we start AXIOMsys always via the fricas script, that script could just put the command like arguments into an environment variable (FRICASARGS, say) and pass it over to AXIOMsys as Andrey suggested. Then picking out the arguments and react to them appropriately should be easy.
Ralf -- 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.
