From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: hypermedia programming with babel Date: Mon, 05 Jul 2010 13:15:15 -0700 Message-ID: <87630ty9bg.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=59275 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OVs4X-0004ID-6j for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 16:15:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OVs4V-0006jJ-Gx for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 16:15:21 -0400 Received: from mail-pv0-f169.google.com ([74.125.83.169]:59392) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OVs4V-0006jF-AQ for emacs-orgmode@gnu.org; Mon, 05 Jul 2010 16:15:19 -0400 Received: by pva4 with SMTP id 4so1690464pva.0 for ; Mon, 05 Jul 2010 13:15:18 -0700 (PDT) In-Reply-To: (David O'Toole's message of "Sun, 4 Jul 2010 16:37:05 -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 Hi David, "David O'Toole" writes: > Since discovering org babel, I've been doing a lot of reading and > brainstorming, and have collected some thoughts/code/plans in several > places: > > 1. http://github.com/dto/org-babel-lisp > > Some very basic compatibility. I'm not experienced enough with either > babel or slime, perhaps someone can help me flesh this code out. I > have papers on file with FSF, please feel free to take > org-babel-lisp.el and do whatever you want. > This looks like a good start, you could look to ob-clojure.el for an example of a slime-driven lisp Babel file. http://repo.or.cz/w/org-mode.git/blob_plain/HEAD:/lisp/ob-clojure.el > > 2. http://github.com/dto/hypo > > My thoughts and some code toward a reproducible-results sort of digital > asset management system, with relevance to games. > Github's formatter messes it up. To read the raw file, use this link: > http://github.com/dto/hypo/raw/master/hypo.org > > I've made TODO items for the icons discussion. I want to be able to > define/contribute my own competing theme. That looks like a great application for literate programming. It might be nice to link to this project from the Babel uses page at http://orgmode.org/worg/org-contrib/babel/uses.php > How can I help next? Babel in general is in need of some language-specific introductory tutorials, with the goal of laying out the basic usage plenty of examples covering simple use case e.g. - author a shell script which can be tangled out to an executable - simple processing of data in tables, or execution of code blocks with the output captured in the buffer There is also plenty of room for help with documentation, testing, etc... Thanks! -- Eric