Does [:dynamic true] metadata have an effect here aside from silencing linter warnings?
(hyperfiddle.electric3/declare
^{:dynamic true
:doc "
A map of {`e-defn-qualified-sym e-defn-value}. To resolve e/defns at runtime.
"}
*exports*)It makes *exports* usable as a dynamic var in Clojure too. E.g. for referring to *exports* from clojure interop. Dynamic bindings are not automatically carried over to Clojure: one must call with-bindings*.
I see 😄
Where do I find the source code for the examples? They seem to be gone from https://electric.hyperfiddle.net.
sorry, i'm fixing it
for now you can manually add /fiddle/ into the URL
e.g.
Thanks I like the new site btw 🤓
@dustingetz a link to source code on each of the examples would help understand it. perhaps consider showing scrollable source code in right column, if it fits 🙂