lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
ericdallo 2020-12-21T18:06:48.068500Z

me and @thiagokokada were wondering if build clojure-lsp with GraalVM would help on startup time and what are the tradeoffs

ericdallo 2020-12-21T18:07:17.068600Z

WDYT @borkdude, since clj-kondo is built with GraalVM

borkdude 2020-12-21T19:01:37.068800Z

@ericdallo Might work, but for LSP I don't use GraalVM, since it's easier for the VSCode plugin to just assume Java without any additional install

1👍