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

Fix #93: Aliases should have same docstring as orig fn #100

Closed holyjak closed 3 months ago

holyjak commented 3 months ago

Issue: We did not show the docstring of the target fn b/c we tried to access in the wrong way.

Fix: Pass loaded Wolfram symbols in to the fn making the aliases defs and look up the docstring there.

light-matters commented 3 months ago

Magical :magic_wand: