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

Is interning packages to inaccessible namespaces a problem? #86

Open light-matters opened 3 months ago

light-matters commented 3 months ago

@holyjak said

I suppose this will make requiring this namespace impossible, b/c WolframPackage/tryIt is undefined at read time - the same problem we fixed by introducing the wolrframite.wolfram ns. Right? Should we do st. about it / mention it?

light-matters commented 1 day ago

Not a problem when importing packages using the REPL. Closing until there's a concrete problem.