cljs-dev 2025-07-06

being able to look up docs for web right from the REPL is pretty cool, often not much of a doc string but a url right to MDN which is handy

(doc js/Number.isNaN) (doc js/Number.prototype.valueOf) (doc js/crypto.subtle) etc. works

😍 9

It’s pretty nuts as Closure Compiler has externs for everything. DOM, CSSOM …

When we get around to updating the GCL UI stuff to include CLJS example code - would be neat to link to ClojureScript site. That should help a lot with the discoverability problem