From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: org-babel functions for Io evaluation Date: Sat, 21 Jan 2012 15:08:38 +0000 Message-ID: <3239b93xft.fsf@news.eternal-september.org> References: Reply-To: emacs-orgmode@gnu.org Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RocYp-000547-1t for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 10:08:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RocYn-00068V-PO for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 10:08:55 -0500 Received: from lo.gmane.org ([80.91.229.12]:38018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RocYn-00068Q-J7 for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 10:08:53 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RocYl-0003JW-Rs for emacs-orgmode@gnu.org; Sat, 21 Jan 2012 16:08:51 +0100 Received: from client-86-29-171-225.brhm-bam-3.adsl.virginmedia.com ([86.29.171.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jan 2012 16:08:51 +0100 Received: from rileyrg by client-86-29-171-225.brhm-bam-3.adsl.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Jan 2012 16:08:51 +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 Andrzej Lichnerowicz writes: > Hello list. > > Attached file (also available at https://gist.github.com/1652684), > implements org-babel evaluation functions for Io language > (http://iolanguage.org). It's not yet fully functional (no value > results, and session support) as I'm still learning org-mode from > developer perspective, but if you're interested, I'd be happy to > contribute it. > > Best regards, > Andrzej > I would like to try it but am kind of put off by the absense of any kind of examples or tutorial on how it should be used. Usage example?