Liking cljdoc? Tell your friends :D

FAQ

What’s the difference between contrib’s nREPL and this one?

See our history. Very simply put - this project is the continuation of the contrib project.

What’s the plural form of "middleware"?

The plural form of "middleware" is "middleware", not "middlewares".[1] While there’s some debate on whether its okay to write something like "a collection of middlewares", we’ve opted to stick to using "middleware" everywhere in both the codebase and the documentation.

Does nREPL support ClojureScript?

Yes, it does, although you’ll need additional middleware to enable the ClojureScript support (e.g. piggieback or shadow-cljs).

Does nREPL support ClojureCLR?

nREPL currently doesn’t support ClojureCLR. The reason for this is that it leverages Java APIs internally. There’s an nREPL port for ClojureCLR, but it’s not actively maintained and it doesn’t behave like the Clojure nREPL.

When is nREPL 1.0 going to be released?

nREPL was released on August 24, 2022. This completes the promise we made way back in 2018 to address most languishing problems and get nREPL in a great shape.

Future releases will focus on polishing the nREPL protocol and potentially adding some new features.

Where can I get help regarding nREPL?

See the Support section of the manual.

What should I do if I run into some issues with nREPL?

Don’t panic! Next step - visit the Troubleshooting section of the manual.

How can I help the project?

There are many ways in which you can help nREPL:

  • Donate funds

  • Work on improving the documentation

  • Solve open issues

  • File bug reports and suggestions for improvements

  • Promote nREPL via blog posts or at meetups and conferences

  • Invite members of the nREPL team to speak about nREPL at meetups and conferences

Can you improve this documentation? These fine people already did:
Bozhidar Batsov, Pierre-Luc Perron & Dominic Monroe
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close