planck 2019-02-20

It is being done inside of the cljs.js namespace.

Ooh, cool! :)

Hmmm... I've tried to understand what's going on the with the eval/`load-string` namespace thing but it's beyond my understanding. When I look at the code, it looks to me like planck.core/eval delegates to cljs.core/eval which itself delegates to cljs.core/*eval* with the intention that *eval* will be bound at runtime. The thing is that I can't see anywhere where this runtime binding happens.