File tree 1 file changed +24
-1
lines changed
1 file changed +24
-1
lines changed Original file line number Diff line number Diff line change 26
26
27
27
; ;; Commentary:
28
28
; ;
29
- ; ; inferior-lisp adapted for Clojure.
29
+ ; ; This package provides basic interaction with a Clojure subprocess (REPL).
30
+ ; ; It's based on ideas from the popular `inferior-lisp` package.
31
+ ; ;
32
+ ; ; `inf-clojure` has two components - a nice Clojure REPL with
33
+ ; ; auto-completion and a minor mode (`inf-clojure-minor-mode`), which
34
+ ; ; extends `clojure-mode` with commands to evaluate forms directly in the
35
+ ; ; REPL.
36
+ ; ;
37
+ ; ; `inf-clojure` provides a set of essential features for interactive
38
+ ; ; Clojure(Script) development:
39
+ ; ;
40
+ ; ; * REPL
41
+ ; ; * Interactive code evaluation
42
+ ; ; * Code completion
43
+ ; ; * Definition lookup
44
+ ; ; * Documentation lookup
45
+ ; ; * ElDoc
46
+ ; ; * Apropos
47
+ ; ; * Macroexpansion
48
+ ; ; * Support connecting to socket REPLs
49
+ ; ; * Support for Lumo
50
+ ; ; * Support for Planck
51
+ ; ;
52
+ ; ; For a more powerful/full-featured solution see https://github.com/clojure-emacs/cider.
30
53
; ;
31
54
; ; If you're installing manually, you'll need to:
32
55
; ;
You can’t perform that action at this time.
0 commit comments