Oh, there is some code for OpenMath in FriCAS, but that certainly did
never work in fricas.
OMwrite(ex : Expression R, wholeObj : Boolean) : String ==
s : String := ""
sp : None := OM_-STRINGTOSTRINGPTR(s)$Lisp
dev : OpenMathDevice := OMopenString(sp pretend String,
OMencodingXML())
OMwrite(dev, ex, wholeObj)
OMclose(dev)
s := OM_-STRINGPTRTOSTRING(sp)$Lisp pretend String
s
The function OM-STRINGPTRTOSTRING is non-existing in the initial import
of the fricas git repo. Seemingly all the underlying lisp functions are
missing. Is it actually hard to put our OpenMath machinery back to work?
(No, I don't need it. Just a question about currently dead code.)
Ralf
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion visit
https://groups.google.com/d/msgid/fricas-devel/a5d4b4a5-30bd-4757-94bb-58d564e9a24b%40hemmecke.org.