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

Fix #71: Fix env var usage for jlink jar #72

Closed holyjak closed 4 months ago

holyjak commented 4 months ago
  1. The code was wrong, assuming the keys were keywords while they are strings
  2. It should also respect WOLFRAM_INSTALL_PATH if available
light-matters commented 4 months ago

Looks good to me. @daslu ?

daslu commented 4 months ago

This looks great and does work for me on the nonstandard path. Thanks!