I wish we saw more people hacking wildly on JavaScript proxies. Subtly quietly doing multiple-dispatch without most folks being much the wiser is so imminently within possibility in JS since 2016[1]. There's some really nice uses (Svelte) but I think in general our ambition to hack the JS runtime with proxies, to build cool meta-object-protocols, has been way way way way undermatched versus the potential about here.<p>[1] <a href="https://caniuse.com/?search=Proxy" rel="nofollow">https://caniuse.com/?search=Proxy</a>