OpenMath / py-openmath

An OpenMath 2.0 implementation in Python
MIT License
15 stars 4 forks source link

Handle binding #11

Open florian-rabe opened 6 years ago

florian-rabe commented 6 years ago

The functions in convert do not cover OMBIND and OMV, which will be needed eventually.

This seems to be a low-priority issue for now, but I'm adding for future reference.

defeo commented 6 years ago

I don't see how OMBIND and OMV could be translated to native Python types. What kind of support would you like to see?