Skip to content

nrepl server implemented for bootstrap clojurescript

Notifications You must be signed in to change notification settings

djblue/nrepl-cljs

Repository files navigation

nrepl-cljs

Initial implementation of nrepl in boostrapped clojurescript for node via shadow-cljs.

development

To get started developing in this project, do:

clojure -A:shadow-cljs watch bootstrap server client

To start the nrepl server on port 7888, do:

node target/server

To connect the nrepl client to the server, do:

node target/client

status

Currenly, the only real op supported by the server is eval. Contributions are welcome!

About

nrepl server implemented for bootstrap clojurescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published