All Projects → djblue → nrepl-cljs

djblue / nrepl-cljs

Licence: other
nrepl server implemented for bootstrap clojurescript

Programming Languages

clojure
4091 projects
Makefile
30231 projects

Projects that are alternatives of or similar to nrepl-cljs

bencode
A netstring and bencode implementation for Clojure.
Stars: ✭ 44 (+18.92%)
Mutual labels:  nrepl
lein-nrepl
A simple Leininingen plugin to start nREPL 0.4+
Stars: ✭ 19 (-48.65%)
Mutual labels:  nrepl
spring-boost
Introduce Clojure and live-coding power to your Spring Boot application!
Stars: ✭ 23 (-37.84%)
Mutual labels:  nrepl
iced-nrepl
nREPL middleware to support vim-iced.
Stars: ✭ 13 (-64.86%)
Mutual labels:  nrepl
roll
Roll — backend for Clojure
Stars: ✭ 73 (+97.3%)
Mutual labels:  nrepl
Clojure-Sublimed
Clojure support for Sublime Text 4
Stars: ✭ 268 (+624.32%)
Mutual labels:  nrepl

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].