scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
Mozilla Public License 2.0
47 stars 2 forks source link

Not all of the docstrings in w/ make sense in Wolframite #102

Open light-matters opened 2 months ago

light-matters commented 2 months ago

Realised that because we have to change some of the Wolfram symbols then the docs don't necessarily make sense.

For example, the docs of Power say 'x^y gives x to the power y.'

To fix this, we would need to have an option in our alias creation that allowed us to specify a new docstring.