You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/additional_packages.adoc
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,10 @@ NOTE: Keep in mind that currently there are no "official" CIDER extensions and t
24
24
on the list are not maintained by CIDER's Core Team. Their quality and level
25
25
of maintenance may vary significantly.
26
26
27
+
=== clj-decompiler
28
+
29
+
https://github.com/bsless/clj-decompiler.el[clj-decompiler] allows you to quickly decompile Clojure code to Java bytecode. It's based on https://github.com/clojure-goes-fast/clj-java-decompiler[clj-java-decompiler].
30
+
27
31
=== clj-refactor
28
32
29
33
https://github.com/clojure-emacs/clj-refactor.el[clj-refactor] builds on top
0 commit comments