GitXplorerGitXplorer
m

atom-nrepl

public
31 stars
8 forks
7 issues

Commits

List of commits on branch master.
Unverified
31bd611326f66d280969256ca4cd043e259e6bd9

Add note about unmaintained status

committed 7 years ago
Unverified
bb8fbc1d49f65a27d5ae03de3401a02a1dc4f283

Prepare 0.4.0 release

mmaxbrunsfeld committed 10 years ago
Unverified
8bfc2c6082196109b0f8fab20b11e2e1cb3fb53d

Remove use of private TextEditor API

mmaxbrunsfeld committed 10 years ago
Unverified
fe3d9351b92f2ed33e8712622ab7924530e0ea7b

Prepare 0.3.0 release

mmaxbrunsfeld committed 10 years ago
Unverified
c3047ff8475f38f5988d7e608a38ced37a024eac

Fix error in nrepl.cson

committed 10 years ago
Unverified
e9a365c9ba2177e53c7fdcd0d2f9bbb80a708134

Prepare 0.2.0 release

mmaxbrunsfeld committed 10 years ago

README

The README file for this repository.

nrepl

This is an nrepl client for clojure development in atom.

Status - Looking for a new maintainer

If anyone is familiar with Atom and the clojure eco-system and is interested in taking over maintaining and developing this package, I'd love for you to take over development!

Usage

From your terminal, start an nrepl server in your project directory.

cd the-clojure-project
lein repl

In the editor, highlight part of your source file and trigger the nrepl:eval event (bound by default to ctrl-alt-e). You will see the values of the highlighted expressions.

Future Features

  • Evaluate the top-level s-expression under the cursor
  • Display doc for the symbol under the cursor
  • Navigate to the source of the function under the cursor using its metadata