Fork me on GitHub
#reveal
<
2021-02-16
>
teodorlu20:02:14

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

❤️ 3
vlaaad19:02:20

hey, sorry for late reply! I had a look at sicmutils and didn't understand it well — I don't know physics very well

vlaaad19:02:50

but you seem to have custom data types there, reveal can be extended to enable inspections of those!

vlaaad19:02:22

extensibility is also described in this readme section: https://vlaaad.github.io/reveal/#extending-reveal

❤️ 3
teodorlu13:02:35

Yeah, so far, reading the extensibility docs has been great! Reveal seems like a good fit for this problem to me.

vlaaad13:02:06

cool! Please share your extensions!

teodorlu16:02:17

Oh, I have only read the docs. But I'll let you know if I write anything useful 🙂

teodorlu16:02:04

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.