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

Create a jank REPL server #23

Open jeaye opened 1 year ago

jeaye commented 1 year ago

We need to figure out what goes into making editor-friendly REPL servers and cook one up. I think it makes the most sense to write it in jank itself, to dogfood sufficiently. I don't think existing Clojure REPL servers can work, but this should also be investigated.

As I intend for jank to be a monorepo of official tools, this project should be merged into main eventually.

This is blocked on #31 and work with native boxes (sockets, mainly).

danielmartincraig commented 2 weeks ago

It looks like this issue is no longer blocked by #31 , is that correct? I'm interested in exploring this