emacs-inspector
cider
emacs-inspector | cider | |
---|---|---|
4 | 16 | |
108 | 3,554 | |
- | 0.3% | |
4.6 | 9.2 | |
27 days ago | 21 days ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
emacs-inspector
-
bare minimum to have interactive repl programming like common lisp
Also, I've implemented an inspector tool for Emacs lisp, that brings debuggability closer to the level of CL and Smalltalk: https://github.com/mmontone/emacs-inspector
- Video demo of my inspector for Emacs
- emacs-inspector: Inspection tool for Emacs Lisp objects.
- Inspector for Emacs Lisp (WIP)
cider
- CIDER 1.8 ("Geneva") is out!
-
Spinneret: A modern Common Lisp HTML generator
> I do think cider (https://github.com/clojure-emacs/cider) has stuff regarding stepping debuggers, but I'm not sure how common it is to use it. Maybe other Clojure users can fill me in :)
I don't really care about stepping; for me the debugger is about inspecting the state of my program when an exception (maybe because I interrupted it, or because I inserted a breakpoint, or just because something went wrong) happens. Backtrace, local variables, evaluating forms at different stack frames and so-forth.
- Datomic Is Now Free
- CIDER 1.7 ("Côte d'Azur")
- CIDER 1.6 ("Buenos Aires") is out!
- CIDER 1.5 ("Strasbourg") is out!
- CIDER 1.4 ("Kyiv") is out!
-
Thoughts on Clojure λ
This was a pain. I tried using vscode with calva, but gave up pretty soon after starting. Ended up using emacs with cider, which was pretty nice, but had a huge learning curve for me since I'm not an emacs user. (Maybe I am after this...)
-
On New IDEs
I was wondering that what the author and other redditors here would think of/about Cursive, an affordable IDE for Clojure, while they have cider in Emacs as well.
-
An Update on CIDER 1.2
I'm very excited about sideloader feature in nREPL 0.9 and the corresponding ability for CIDER to upgrade the connection, adding its middleware. But I don't see this connection upgrading feature ticket #3037 in the plans for CIDER 1.2, but the sideloader ticket #246 is listed in the plans for nREPL 0.9. It seems that #3037 is held only by #246, so if it will be solved by the time 0.9 release, will there be plans to supporting it in CIDER 1.2?
What are some alternatives?
projectile - Project Interaction Library for Emacs
lem - Common Lisp editor/IDE with high expansibility
helm - Emacs incremental completion and selection narrowing framework
doom - Doom Emacs config
use-package - A use-package declaration for simplifying your .emacs
nrepl - A Clojure network REPL that provides a server and client, along with some common APIs of use to IDEs and other tools that may need to evaluate Clojure code in remote environments.
prelude - Prelude is an enhanced Emacs 25.1+ distribution that should make your experience with Emacs both more pleasant and more powerful.
inf-clojure - Basic interaction with a Clojure subprocess
makem.sh - Makefile-like script for linting and testing Emacs Lisp packages
origami.el - A folding minor mode for Emacs
doom-emacs - An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]