From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thorsten Jolitz Subject: Re: Anyone using or working on ob-scheme? Date: Thu, 22 Nov 2012 14:05:39 +0100 Message-ID: <87r4nl23fg.fsf@googlemail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:38244) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbWTT-0000aN-9B for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:05:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbWTO-0007fH-RS for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:05:47 -0500 Received: from plane.gmane.org ([80.91.229.3]:39501) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbWTO-0007f2-1n for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 08:05:42 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TbWTV-0006CB-GH for emacs-orgmode@gnu.org; Thu, 22 Nov 2012 14:05:49 +0100 Received: from e178054186.adsl.alicedsl.de ([85.178.54.186]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 14:05:49 +0100 Received: from tjolitz by e178054186.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 22 Nov 2012 14:05:49 +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: emacs-orgmode@gnu.org Michael Gauland writes: Hi Mike, > I've recently started playing with guile source blocks, and haven't > gotten the results I expect. > I'd like to hear from anyone who's had more success than I have, or > who is working on ob-scheme.el, before I wade into the code. just as a side remark: I remember that, when trying to write ob-picolisp, I tried to base it on ob-scheme, since it seemed the next logical thing to do (its about two lisp dialects). And I was surprised how much had to be changed and how different the final results were. -- cheers, Thorsten