Fork me on GitHub
#graalvm
<
2021-02-01
>
ericdallo22:02:41

We have finally one more clojure app compiled successfully with GraalVM 🎉 graal-vm clojure-lsp

🎉 6
clojure-lsp 3
catjam 3
flowthing11:02:20

I took a brief look at the nREPL issue mentioned in the PR. It looks like it might be fairly easy to get nREPL to compile into a native image. I'm not sure how useful that'd be to you guys, though, since actually using the nREPL native image to evaluate things is probably impossible, right?

ericdallo12:02:15

that's right, we use it for developer, like make changes on clojure-lsp and check if they worked, but AFAIK even if it compiles correctly, it wouldn't work evaluating things after the image was already compiled

flowthing13:02:42

Right, I agree — it wouldn't.

3
flowthing11:02:20

I took a brief look at the nREPL issue mentioned in the PR. It looks like it might be fairly easy to get nREPL to compile into a native image. I'm not sure how useful that'd be to you guys, though, since actually using the nREPL native image to evaluate things is probably impossible, right?