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/about/history.adoc
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Fortunately Tim King picked it back up, and it quickly became a respectable comp
18
18
The project evolved at rapid pace and eventually superseded SLIME in August 2012.footnote:[https://technomancy.us/163]
19
19
Unfortunately in early 2013 Tim ran out of time for `nrepl.el` and after a period of stagnation, eventually handed it over to Bozhidar, who has been the steward
20
20
ever since. Bozhidar renamed `nrepl.el` to CIDER in version 0.3 to avoid the common case of confusion between
21
-
the nREPL server and the nrepl package for Emacs.footnote:[https://github.com/clojure-emacs/cider/issues/375]
21
+
the nREPL server and the `nrepl` package for Emacs.footnote:[https://github.com/clojure-emacs/cider/issues/375]
22
22
23
23
Eventually CIDER became one of the most popular development environments in the Clojure community and it spawned many
24
24
important projects like `cider-nrepl`, `cljs-tooling` and `orchard`, that were widely used by other development tools.
@@ -35,5 +35,12 @@ that serves as inspiration for many others.
35
35
* Summer 2013 - Bozhidar takes over the maintenance of `nrepl.el`.
36
36
* 08 Aug 2013 - First release (0.1.8) under Bozhidar's stewardship.
37
37
* 28 Oct 2013 - Bozhidar renames nrepl.el to CIDER and releases version 0.3.
38
+
* 05 Aug 2014 - CIDER 0.7 leverages `cider-nrepl` for most of its functionality.
39
+
* 16 Jun 2015 - CIDER 0.9 introduces its interactive debugger.
40
+
* 03 Mar 2016 - CIDER 0.11 starts auto-injecting its dependencies on `cider-jack-in`.
41
+
* 02 Sep 2018 - CIDER 0.18 introduces new connection management based on `sesman`.
42
+
* Spring 2018 - Bozhidar assumes the maintenance of nREPL.
43
+
* 04 May 2018 - Orchard 0.1 is released.
44
+
* 19 Feb 2019 - CIDER 0.21 becomes the first editor to support nREPL 0.6 streamed values and improved pretty-printing.
0 commit comments