Skip to content

Commit 8c37fba

Browse files
committed
Mention some of the essential features in the README
1 parent 64162aa commit 8c37fba

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,21 @@ auto-completion and a minor mode (`inf-clojure-minor-mode`), which
1212
extends `clojure-mode` with commands to evaluate forms directly in the
1313
REPL.
1414

15+
`inf-clojure` provides a set of essential features for interactive
16+
Clojure(Script) development:
17+
18+
* REPL
19+
* Interactive code evaluation
20+
* Code completion
21+
* Definition lookup
22+
* Documentation lookup
23+
* ElDoc
24+
* Apropos
25+
* Macroexpansion
26+
* Support connecting to socket REPLs
27+
* Support for Lumo
28+
* Support for Planck
29+
1530
For a more powerful/full-featured solution see [CIDER][].
1631

1732
## Installation

0 commit comments

Comments
 (0)