Martin Baker wrote:
> 
> BTW: would it be better to include the following as functions in SPAD
> code library rather than as macros that need to be added into each
> file?
>     sayMsg ==> sayBrightly$Lisp
>     math_to_string ==> mathObject2String$Lisp
> Could you try to hide the underlying Lisp code completely from SPAD
> programmers?
>

We already have official set of printing routines, in particular

    print("something"::OutputForm)

and 

    print(var::OutputForm)

can print messages and values of variables.

Building OutputForm first and printing it is somewhat clumsy,
but not much worse than using Lisp functions, so I would
prefer not to make Lisp functions official by putting wrappers
in library.

-- 
                              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.

Reply via email to