Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

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.

NotificationsYou must be signed in to change notification settings

nrepl/nrepl

Repository files navigation

nREPL Logo


CircleCISpell-check StatusClojars Projectcljdoc badgeDownloadsBackers on Open CollectiveSponsors on Open Collective

nREPL is a Clojurenetwork REPL thatprovides a REPL server and client, along with some common APIsof use to IDEs and other tools that may need to evaluate Clojurecode in remote environments.

nREPL powersmany well-known development tools.

Usage

  • Start an nREPL server (e.g. withlein repl)
  • Connect to the server using any nREPL client (e.g. CIDER, Calva, vim-fireplace, rebel-readline)
  • Start hacking!

See thedocumentation for way more information on the subject.

API Documentation

You can find nREPL's API documentation oncljdoc.

Status

Extremely stable. nREPL's protocol and API are rock-solid and battletested. nREPL's team pledges to evolve them only inbackwards-compatible ways.

All experimental features are marked explicitly as such in nREPL'sdocumentation, but even those are fairly stable by most standards.

FAQ

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

Check the brief history of nREPL, availablehere.

How does nREPL compare to other REPL servers (e.g.prepl)?

Check outthis detailed comparison.

Does nREPL support ClojureScript?

Yes and no. The reference nREPL implementation is Clojure-specific, but it can be extended with ClojureScript supportvia the Piggieback middleware. In the future there may be implementations of nREPL that target ClojureScript directly.

Does nREPL support other programming languages besides Clojure?

The nREPL protocol is language-agnostic and implementations of nREPL servers exist forseveral programming languages.Implementing new nREPL servers ispretty simple.

Testing and Hacking around

SeeHacking on nREPL.

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-2025 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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp