Skip to content

addywaddy/atom-nrepl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nrepl

This is an nrepl client for clojure development in atom.

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

About

An nrepl client for clojure development in atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 96.6%
  • CSS 3.4%