First of all, I wanted to say that I’m really excited about cherry’s value prop. The Closure compiler is a great piece of tech, but I think its complexity and foreignness to the broader frontend community scare away a lot of possible clojurescript users. To me it’s clear that a simple clj ns->js module compiler is the way forward. Is there currently a way to get a repl in cherry, or is it currently only a batch compiler?
@max.r.rothman I'm working on REPL stuff, but it's not fully there yet. #squint, cherry's sister project does have a console or socket REPL, no nREPL just yet.
However, with a file watcher in place you can leverage JS hot reloading today, e.g. using vite
Makes sense, I’m excited to see where it goes!