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

Make wolframite.core friendly to users - clean up, document #68

Closed holyjak closed 4 months ago

holyjak commented 4 months ago

Wolframite.core should be the main (and perhaps only) thing users of the library should need to know/use. We need to make sure it exposes all functions that are frequently useful, make sure they are all documented, and hide (defn- or ^:private) all those they should not care about.

See https://github.com/scicloj/wolframite/pull/69