Comment on Clojure REBL [video]parentComments−filoeleven7yCan you say more about what makes it “far from perfect” besides the error messages? What are its other weaknesses? I’m still in the honeymoon phase and want to hear more from folks who have shipped code.−Tuna-Fish7yI personally hate the startup time. Mainly because it prevents me from using it in places I really want it.It's gotten a lot better over the years, but it's still pretty bad.−simongray7yNow you can use GraalVM (with a few caveats) to native-compile Clojure code, though. It's still in its early stages, but it's possible.
Comments
Can you say more about what makes it “far from perfect” besides the error messages? What are its other weaknesses? I’m still in the honeymoon phase and want to hear more from folks who have shipped code.
I personally hate the startup time. Mainly because it prevents me from using it in places I really want it.
It's gotten a lot better over the years, but it's still pretty bad.
Now you can use GraalVM (with a few caveats) to native-compile Clojure code, though. It's still in its early stages, but it's possible.