Hacker News new | ask | show | jobs
by dustingetz 2822 days ago
We do :) The Hyperfiddle Editor includes the whole ClojureScript compiler and standard library – because we are evaling userland cljs in the browser, obviously – but we will bake / pre-compile / dead-code-eliminate userland code in prod to get artifact sizes comparable to any normal ClojureScript project. We don't do this yet but it's straightforward to do.
1 comments

Cool, I understand it's more important to get an MVP up and running before applying optimisations. It's good to know that it's on your radar though :)

Thanks for answering my question, and best of luck with Hyperfiddle!