From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Common Lisp / SLIME support for babel Date: Tue, 03 Aug 2010 09:09:17 -0600 Message-ID: <87pqxzwx5u.fsf@gmail.com> References: <87iq3ryec9.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48422 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OgJ7O-0006fB-8h for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 11:09:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OgJ7K-0000fx-ER for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 11:09:26 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:61442) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OgJ7K-0000fl-Ah for emacs-orgmode@gnu.org; Tue, 03 Aug 2010 11:09:22 -0400 Received: by gwj16 with SMTP id 16so2218459gwj.0 for ; Tue, 03 Aug 2010 08:09:21 -0700 (PDT) In-Reply-To: (David O'Toole's message of "Tue, 3 Aug 2010 10:40:01 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David O'Toole Cc: emacs-orgmode Mailinglist Great! I'll merge this into Org-mode now, and we can continue its development and maintenance from there. Thanks -- Eric "David O'Toole" writes: > Hi Eric, > > I just tried it out, and it seems to work great! Thanks so much for > this. So, I already have FSF papers, consider it yours :) > > On Tue, Aug 3, 2010 at 10:12 AM, Eric Schulte wrote: >> Hi David, >> >> I've forked your github repository, and I now have it to the point where >> basic session and external evaluation are both working on my system >> using SBCL. >> >> It is now also possible to pass variables into lisp blocks. >> >> It certainly needs more cleanup and testing, but this initial pass is up >> at http://github.com/eschulte/org-babel-lisp >> >> Cheers -- Eric >> >> "David O'Toole" writes: >> >>> Hi, I've updated my proposed ob-lisp module for the new API. I am now >>> using org updated from git head. >>> http://github.com/dto/org-babel-lisp >>> >>> Despite having the ob-template.el and ob-clojure modules, I'm still >>> stuck making sessions work properly. Executing successive statements >>> with an already-open SLIME session works (testing with SBCL and latest >>> SLIME) but it doesn't update the *inferior-lisp* buffer the way I >>> would like, hangs emacs, and also results in weird errors about >>> "asynchronous evaluation aborted". >>> >>> The tangling works since it is language-agnostic, and the tangling is >>> 95% of what i need. But I would love to be able to execute blocks >>> dynamically without the glitches I have now. >>> >>> Perhaps someone more familiar with org and slime could help? I feel >>> like I've run out of ideas. >>> >>> Thanks everyone. By the way, I am still working on my DAM (digital >>> asset management) litprog ideas, inspired by org-babel. >>> The current version of my proposal document with some ideas: >>> http://github.com/dto/hypo/raw/master/hypo.org >>> An example, working on a game's code using org-babel literate tools: >>> http://github.com/dto/xe2/raw/master/void/void.org >>> >>> _______________________________________________ >>> Emacs-orgmode mailing list >>> Please use `Reply All' to send replies to the list. >>> Emacs-orgmode@gnu.org >>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >>