jank-lang / jank

The native Clojure dialect hosted on LLVM
https://jank-lang.org
Mozilla Public License 2.0
1.69k stars 50 forks source link

LSP support #11

Closed ericdallo closed 2 years ago

ericdallo commented 2 years ago

Hi! Looking forward to this project!

I'd like to discuss if you already started working on anything related to LSP support, I'm maintainer of clojure-lsp and have a lot of experience with LSP protocol and editors using it so if you agree I can try to help with that :)

Some questions:

ericdallo commented 2 years ago

AFAICS, it behaves similar to Clojure as 100% compatible, so using clojure-lsp would already work, right? Is there anything different that a LSP clojure-lsp doesn't support already?