clojure-rs / ClojureRS

Clojure, implemented atop Rust (unofficial)
Apache License 2.0
949 stars 27 forks source link

Making a nrepl server #43

Open scrabsha opened 4 years ago

scrabsha commented 4 years ago

Title says basically everything.

Development will live on my fork. Feel free to make any comment about the implementation here.

Here is the minimum set of things that must work before a PR is created:

Most of the work here is inspired of the implementation of borkdude's nrepl server.

Below is a more detalled todo list of what needs to be done:

If you have any question or suggestion, feel free to comment on this issue or to contact me on Discord.

scrabsha commented 4 years ago

Commit 9ffcc60 adds an implementation of eval.