branch: elpa/inf-clojure commit 08428a4416281814ce50bed56432fa9b52d22885 Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Extend the abstract a bit --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccea0ed..235b8d7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,15 @@ [![MELPA][melpa-badge]][melpa-package] [![MELPA Stable][melpa-stable-badge]][melpa-stable-package] -# Inf Clojure +# inf-clojure This package provides basic interaction with a Clojure subprocess (REPL). +It's based on ideas from the popular `inferior-lisp` package. + +`inf-clojure` has two components - a nice Clojure REPL with +auto-completion and a minor mode (`inf-clojure-minor-mode`), which +extends `clojure-mode` with commands to evaluate forms directly in the +REPL. For a more powerful/full-featured solution see [CIDER][].