We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0cd4d commit 08428a4Copy full SHA for 08428a4
README.md
@@ -2,9 +2,15 @@
2
[![MELPA][melpa-badge]][melpa-package]
3
[![MELPA Stable][melpa-stable-badge]][melpa-stable-package]
4
5
-# Inf Clojure
+# inf-clojure
6
7
This package provides basic interaction with a Clojure subprocess (REPL).
8
+It's based on ideas from the popular `inferior-lisp` package.
9
+
10
+`inf-clojure` has two components - a nice Clojure REPL with
11
+auto-completion and a minor mode (`inf-clojure-minor-mode`), which
12
+extends `clojure-mode` with commands to evaluate forms directly in the
13
+REPL.
14
15
For a more powerful/full-featured solution see [CIDER][].
16
0 commit comments