From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: [babel] hemorrhaging at the bleeding edge: using clojure Date: Thu, 28 Apr 2011 14:41:30 -0600 Message-ID: <87k4ee3y85.fsf@gmail.com> References: <87k4egi0u5.fsf@ucl.ac.uk> <87wrifkevi.fsf@gmail.com> <8762pyfhb2.fsf@ucl.ac.uk> <87ei4m6xsd.fsf@gmail.com> <878vuurutj.fsf@ucl.ac.uk> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:55448) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFY1r-0003Jo-Qt for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 16:41:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFY1q-0004HW-8U for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 16:41:39 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:60893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFY1q-0004HQ-2b for emacs-orgmode@gnu.org; Thu, 28 Apr 2011 16:41:38 -0400 Received: by pwi10 with SMTP id 10so2074709pwi.0 for ; Thu, 28 Apr 2011 13:41:36 -0700 (PDT) In-Reply-To: <878vuurutj.fsf@ucl.ac.uk> (Eric S. Fraga's message of "Thu, 28 Apr 2011 21:21:12 +0100") 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: Eric Schulte Cc: emacs-orgmode@gnu.org Eric S Fraga writes: > "Eric Schulte" writes: > >> [...] >>> >>> The problem is that nothing appears in the org file; instead, I get the >> >>> following error message: >>> >>> Evaluate this clojure code block (simple) on your system? (y or n) y >>> executing Clojure code block (simple)... >>> org-babel-execute:clojure: Invalid read syntax: "#" > > [...] > >>> Can you help at all? I am a little confused, to say the least :( >>> >> >> Yes, I just pushed up a commit which should solve this issue. > > Brilliant. The error message is gone and I get the results I expect! > Many thanks. Wonderful, Perhaps at some point it would be worth trying something more complicated in the case of an error reading as pure lisp, e.g., trying to invoke a to_string or (if the object designer is an Org-mode fan) a to_org method on the object being returned... Best -- Eric also, off topic, another option for lisp on the JVM is ABCL a full implementation of Common Lisp on the JVM http://armedbear.org/abcl.html -- Eric Schulte http://cs.unm.edu/~eschulte/