8000 GitHub - eerohele/nrepl: A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ nrepl Public
forked from nrepl/nrepl

A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.

Notifications You must be signed in to change notification settings

eerohele/nrepl

 
 

Repository files navigation

nREPL Logo


CircleCI Clojars Project cljdoc badge downloads badge Backers on Open Collective Sponsors on Open Collective

nREPL is a Clojure network REPL that provides 9045 a REPL server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.

nREPL powers many well-known development tools.

Usage

See the documentation.

API Documentation

You can find nREPL's API documentation on cljdoc.

Status

Extremely stable. nREPL's protocol and API are rock-solid and battle tested. nREPL's team pledges to evolve them only in backwards-compatible ways.

That being said, there were a few organizational changes related to the transition out of clojure-contrib that everyone has to keep in mind:

  • [nrepl "0.3.1"] is a drop-in replacement for [org.clojure/tools.nrepl "0.2.13"] (notice the different artifact coordinates).
  • [nrepl "0.4.0"] changes the namespaces from clojure.tools.nrepl.* to nrepl.*.

A later 1.0.0 release will include fixes for all previously-reported but languishing nREPL issues. Future releases will focus on supporting the needs of the essential tools of the Clojure(Script) ecosystem (e.g. Leiningen, Boot, CIDER, Cursive).

FAQ

How is this different from the "contrib" tools.nrepl project?

Check the brief history of nREPL, available here.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

Copyright © 2010-2020 Chas Emerick, Bozhidar Batsov and contributors.

Licensed under the EPL. (See the file epl.html.)

About

A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 94.2%
  • HTML 5.1%
  • Other 0.7%
0