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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ The project was started in 2012 by Phil Hagelberg (of Leiningen fame),
12
12
who hacked a prototype of an nREPL client in Emacs Lisp on a flight to
13
13
San Francisco. He got a bit stuck on the socket-based bencode
14
14
functionality and dropped it after the flight, but not before pushing
15
-
the code out and mentioning it on the http://groups.google.com/group/clojure/browse_thread/thread/2bd91de7dca55ca4[Clojure mailing list].footnote:[https://technomancy.us/163]
15
+
the code out and mentioning it on the http://groups.google.com/group/clojure/browse_thread/thread/2bd91de7dca55ca4[Clojure mailing list].
16
16
17
17
Fortunately Tim King picked it back up, and it quickly became a respectable competitor to SLIME.
18
-
The project evolved at rapid pace and eventually superseded SLIME in August 2012. Unfortunately in early 2013
19
-
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
18
+
The project evolved at rapid pace and eventually superseded SLIME in August 2012.footnote:[https://technomancy.us/163]
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
21
the nREPL server and the nrepl package for Emacs.footnote:[https://github.com/clojure-emacs/cider/issues/375]
0 commit comments