From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: Re: update to ob-clojure.el Date: Mon, 14 Apr 2014 12:11:05 +0200 Message-ID: References: <1397402434.2038.7.camel@raven-CM5571> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48819) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZdr2-0005yv-2T for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 06:11:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WZdr0-0002TP-Th for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 06:11:08 -0400 Received: from mail-we0-x22c.google.com ([2a00:1450:400c:c03::22c]:37148) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZdr0-0002TE-Nj for emacs-orgmode@gnu.org; Mon, 14 Apr 2014 06:11:06 -0400 Received: by mail-we0-f172.google.com with SMTP id t61so7949009wes.31 for ; Mon, 14 Apr 2014 03:11:05 -0700 (PDT) In-Reply-To: <1397402434.2038.7.camel@raven-CM5571> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Soapy Smith Cc: org mode , Eric Schulte >> I've made an update to ob-clojure.el, which wasn't working for me with >> the new cider (the required function was removed). >> >> I haven't looked into 'nrepl or 'slime options for evaluation, is >> anyone using them? >> >> Eric, should 'nrepl option be removed as obsolete? And maybe 'slime as well? >> > > I'm not sure about removing nrepl and slime, as there may be some still > using them, especially nrepl. As long as it is not getting in the way, > perhaps at this time it would be better to leave them in? I'm not sure > the open-source and/or emacs-org philosophy on this kind of thing. > > Prior to updating the documentation for Clojure code blocks earlier this > year, which was several years old, I did a lot of searching around and > came to the conclusion that the slime and swank-clojure functionality > was no longer being developed, and the community had moved on to nrepl. > CIDER evolved from nrepl, and is the current direction. > > https://github.com/clojure-emacs/cider > > The revised documentation is very "CIDER-centric": > > http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-clojure.html My point was that if even CIDER, which is a favorite method, has bit-rotted to the point of not working, makes it a bit questionable to try to support the other two methods. For instance, I could not get SLIME to work with org when I tried a year ago, so I don't know if it's working now. And CIDER replaces nREPL, so nREPL should be dropped at some point. On the other hand, since nREPL isn't being edited now it's unlikely to produce the same problem as CIDER did (the function used by ob-clojure was removed from CIDER). regards, Oleh