Fork me on GitHub
#babashka
<
2020-02-08
>
mbjarland10:02:21

Is babashka supposed to resolve the class in a scenario like this? or have I just not had my morning coffee yet?

mbjarland10:02:59

trying to rewrite a system monitoring script I wrote as a fat jar in clojure a while back to use bb but ran into the above, I get the creeping feeling I’m being retarded in some way, but I’ll throw it out here and somebody can point out in which way

borkdude11:02:35

@mbjarland babashka comes with a selected set of compiled to native classes, so unfortunately you can’t run all JVM programs with it if they contain classes that weren’t baked in.

mbjarland11:02:09

ok, thanks for the heads up. I might (re) try to graal-compile that clojure project instead

borkdude11:02:55

Right. And if you need any form of Clojure evaluation at runtime (like babashka) you can take a look at sci, which bb uses