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.
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