It was suggested by @didibus that cherry could be molded into something that you could use in multi-page apps in a JVM to use it to generate JS from CLJS expressions "just in time".
@didibus has joined the channel
Similar to scittle I guess, but you could cache the compiled JS
So e.g.:
/app
would be a ring response that calls hiccup for HTML generation and cherry (as a JVM) lib which produces JS just in timeA demo here: https://twitter.com/borkdude/status/1555851601390206979
Here's an example web app that compiles JS "on the fly": https://twitter.com/borkdude/status/1555947698578198532
cc @didibus
Nice!!