scicloj / wolframite

An interface between Clojure and Wolfram Language (the language of Mathematica)
https://scicloj.github.io/wolframite/
Mozilla Public License 2.0
56 stars 2 forks source link

wolframite.wolfram doc strings don't describe the function #93

Closed light-matters closed 3 months ago

light-matters commented 3 months ago

At the moment asking the editor for the docstring of wolframite.wolfram symbols usually just returns the function that it's aliasing, e.g.

wolframite.wolfram/_= Maps to the Wolfram function SetDelayed

Since using the wolfram namespace is convenient, it usually means that we never use the full names of the functions and so the docstrings are not 'very' useful.

It might be better if the docstrings also/instead returned the original docstring of the aliased function.