cider 
- Description
- Clojure Interactive Development Environment that Rocks
- Latest
- cider-1.20.0.0.20251105.93303.tar (.sig), 2025-Nov-07, 1.27 MiB
- Maintainer
- Bozhidar Batsov <bozhidar@batsov.dev>
- Website
- https://www.github.com/clojure-emacs/cider
- Browse ELPA's repository
- CGit or Gitweb
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
Provides a Clojure interactive development environment for Emacs, built on top of nREPL. See https://docs.cider.mx for more details.
Old versions
| cider-1.20.0snapshot0.20251028.60325.tar.lz | 2025-Oct-28 | 236 KiB |
| cider-1.20.0snapshot0.20251027.155205.tar.lz | 2025-Oct-27 | 236 KiB |
| cider-1.20.0snapshot0.20251022.140707.tar.lz | 2025-Oct-22 | 236 KiB |
| cider-1.20.0snapshot0.20251018.40438.tar.lz | 2025-Oct-18 | 235 KiB |
| cider-1.20.0snapshot0.20251016.172215.tar.lz | 2025-Oct-16 | 235 KiB |
| cider-1.20.0snapshot0.20250902.153000.tar.lz | 2025-Sep-02 | 235 KiB |
| cider-1.20.0snapshot0.20250827.93342.tar.lz | 2025-Aug-27 | 235 KiB |
| cider-1.19.0snapshot0.20250710.72009.tar.lz | 2025-Jul-10 | 235 KiB |
| cider-1.9.0.0.20231024.195502.tar.lz | 2023-Oct-24 | 228 KiB |
| cider-1.2.0.0.20220104.100235.tar.lz | 2022-Jan-04 | 189 KiB |
News
Changelog
master (unreleased)
1.20.0 (2025-11-05)
New features
- #3847: Inspector: tidy up namespaced-qualified keywords.
Changes
- Bump the injected
nreplto 1.5.1.- nrepl#385: Preserve filename in functions compiled during regular eval.
- Bump the injected
piggiebackto 0.6.1. - Bump the injected
cider-nreplto 0.58.0.- cider-nrepl#951: Debug: correctly process
#dbgtag duringload-file.
- cider-nrepl#951: Debug: correctly process
- #3834: Change
cider-ns-refreshto always use Clojure REPL.
Bugs fixed
- #3832: Fix
nrepl--eval-requestsending duplicate info. - #3837: Fix broken stacktrace response when
C-c C-pthrows an exception. - orchard#353: Stacktrace: flag Clojure functions as duplicate.
- orchard#355: Java: resolve source files for non-base JDK classes.
- #3834: Fix
cider-ns-refreshthrowing an error when a Clojure REPL exists, butcider-current-repldoes not support the required operations. - #3848: Format: fix
cider-formatcrashing when format options are set.
1.19.0 (2025-07-10)
New features
- #3359: Add customizable default connection params (see
cider-connect-default-paramsandcider-connect-default-cljs-params). - #3828: Inspector: diff mode.
- #3828: Inspector: sorting maps by keys.
Changes
- Bump the injected
cider-nreplto 0.57.0.- cider-nrepl#941: Stop vendoring Fipp dependency.
- cider-nrepl#943: Reduce debugger instrumentation bytecode footprint.
- orchard#342: Inspector: add hexdump view mode.
- orchard#349: Inspector: add ability to sort maps by key.
- orchard#350: Inspector: add diff mode and
orchard.inspect/diff.
- #3816: (Breaking) Remove enrich-classpath support from cider-jack-in.
- #3817: Enable
cider-download-java-sourcesby default.
1.18.0 (2025-04-30)
New features
- #3802: Inspector analytics.
- #3802: Inspector table view-mode.
- #3813: Inspector pretty-printing mode.
- #3810: Inspector:
C-c C-pto pretty-print the currently inspected value. - orchard#320: Info: recognize printed Java classes/methods and munged Clojure functions in stacktrace outputs.