scicloj / wolframite

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

refer-all-symbols function? (i.e. 0-argument load-all-symbols) #41

Closed light-matters closed 3 months ago

light-matters commented 5 months ago

Might be useful to have a version of load-all-symbols that brings all of the Wolfram symbols into the current namespace?

Personally, I like using separate namespaces for most things but there might be a use case for this.

holyjak commented 3 months ago

Given that we now have wolframite.wolfram and this is what users should use, I don't think it makes sense to spend time on this.