scicloj / wolframite

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

Kindly support #28

Closed daslu closed 5 months ago

daslu commented 5 months ago

(edit: added details regarding deps) (edit: fixed temporary HTML link)

This PR It allows to view Wolframite graphics in Kindly-compatible tools.

Changes:

Zulip discussion: https://clojurians.zulipchat.com/#narrow/stream/313853-wolfram-clojure-bridge/topic/Kindly-compatible.20setup

daslu commented 5 months ago

Thanks for all your comments, @holyjak. It is extremely helpful to have this careful look of yours at the Clay setup and find those little bugs.

I'll fix and let you know.

BTW, you are a member of the team, you could have just created a branch directly in Wolframite rather than in your fork, which would have made it easier for me to switch to it 😅 #lazy

Thanks, this is a habit I have, indeed overcomplicating a bit. And here it was unnecessary, you are right. (I use a branch in a fork under daslu rather than scicloj so that I can temporarily set the repo to serve the HTML from a branch different than main. But in this case, indeed I could have done it at scicloj/wolframite anyway, as it does not use github pages yet, so does not need to serve from main yet.)

daslu commented 5 months ago

fixed all your comments now, thanks