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

init! doesn't work twice #66

Closed light-matters closed 4 months ago

light-matters commented 4 months ago

Calling wolframite.core/init! only works once. The REPL has to be restarted to do it again with different arguments.

Can we get around this somehow? To make it easier to change our minds about aliases etc.

holyjak commented 4 months ago

Related: https://github.com/scicloj/wolframite/issues/79

holyjak commented 4 months ago

I suggest we close this as addressed sufficiently by the fix for #79.