From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Re: org-babel and OCaml - help? Date: Sun, 18 Jul 2010 10:07:27 -0700 Message-ID: <877hks8y13.fsf@gmail.com> References: <871vb383fu.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=56410 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OaYJG-0001Vq-7T for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 14:12:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OaYGK-00080X-7C for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 14:06:53 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:33550) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OaYGJ-0007zU-VO for emacs-orgmode@gnu.org; Sun, 18 Jul 2010 14:06:52 -0400 Received: by mail-pw0-f41.google.com with SMTP id 8so3598257pwi.0 for ; Sun, 18 Jul 2010 11:06:51 -0700 (PDT) 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: "Erik L. Arneson" Cc: emacs-orgmode@gnu.org dybbuk@LNouv.com (Erik L. Arneson) writes: > "Eric Schulte" writes: >> Hi Erik, > > Hi, Eric! > >> I've just pushed up a commit with teaches Babel how to feed tables to >> ocaml, so your example above re-written as below should now work. > > I already had half-a-patch (as you saw elsewhere on the list) that took > a slightly different approach than you did. Because a row might > contain, say, both text, integers, and floating point numbers, I thought > that lists of tuples might be easier to use. Arrays of tuples might > work even better, I would guess. I'll play around with the options and > see what I can come up with. > >> I'd love to have your help! The relevant code is located in >> org/lisp/ob-ocaml.el, you can see in the most recent commit the changes >> that I've just made for integrating table handling into this file. >> >> You'll notice by comparing ob-ocaml to some of the more mature code >> files like ob-R, ob-python, ob-ruby that there are many areas in which >> ob-ocaml could grow in functionality. > > Great, I will start hacking away at it. What's the process I need to go > through to sign FSF papers? Hi Erik, See http://orgmode.org/worg/org-contribute.php#sec-2 for information on FSF copyright assignment. Cheers -- Eric