(no title)
neilyio | 1 year ago
But before Babashka, that was indeed a barrier to using Clojure in shell scripts. Now we have it all!
neilyio | 1 year ago
But before Babashka, that was indeed a barrier to using Clojure in shell scripts. Now we have it all!
geokon|1 year ago
I feel a good fraction of code will dip into Java libs at least a bit - so you're limited in what libraries you can use
I think the real solution is probably Graal native - though it's not part of the official toolbox/deps.edn
tanelso217|1 year ago
[deleted]
amelius|1 year ago
neilyio|1 year ago
It's also possible to compile your JVM Clojure program yourself to a binary with GraalVM for even better performance than Babashka and even faster startup.
fiddlerwoaroof|1 year ago