Idea: write a #reveal extension for #sicmutils values that renders equations beautifully as objects, with nice fractionals, exponents, etc. More details: https://clojurians.zulipchat.com/#narrow/stream/267174-sicmutils/topic/Tooling/near/226564306
hey, sorry for late reply! I had a look at sicmutils and didn't understand it well — I don't know physics very well
but you seem to have custom data types there, reveal can be extended to enable inspections of those!
extensibility is also described in this readme section: https://vlaaad.github.io/reveal/#extending-reveal
Yeah, so far, reading the extensibility docs has been great! Reveal seems like a good fit for this problem to me.
cool! Please share your extensions!
Oh, I have only read the docs. But I'll let you know if I write anything useful 🙂
I'm very excited about the opt-in extensibility that's both editor agnostic, and doesn't require any funky dependencies; like opening a browser, or something.