squint-cljs / cherry

Experimental ClojureScript to ES6 module compiler
https://squint-cljs.github.io/cherry
553 stars 22 forks source link

Is there any plans to release a 'production ready' in near future? #90

Closed gleisonsilva closed 1 year ago

gleisonsilva commented 1 year ago

Hello! I'm following all that great work you've done in Clojure ecosystem. This cherry project really has got even more of my attention... I'd like to know if we can expect, for near future, a so called 'production ready' (or even a "may you can use in production" [what is different from what the readme says today ;)])... Tks!

borkdude commented 1 year ago

@gleisonsilva squint and cherry work pretty well so I would say: try it out and report problems. I'd still call it alpha in that the APIs that are exposed may change, but the code itself is pretty stable. Some caveats:

But for basic code, it should be useable.

Probably the first major production usage of cherry will be in clerk: https://github.com/nextjournal/clerk/issues/441

gleisonsilva commented 1 year ago

;) Great, @borkdude! Tks for this quick response. I'll try in a small (production) project.