From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waldemar Quevedo Subject: Re: babel and long-running computations Date: Thu, 17 Apr 2014 23:58:04 +0900 Message-ID: References: <87lhv4qr7l.fsf@grothesque.org> <534FA332.1080304@gmail.com> <87lhv4ut1n.fsf@grothesque.org> <878ur4dutd.fsf@gmail.com> <87ha5suntu.fsf@grothesque.org> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d1c4ce4830804f73e434b Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58480) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wanln-0004xF-7w for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:58:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wanlk-0004V1-NJ for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:58:31 -0400 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:55246) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wanlk-0004U0-BA for emacs-orgmode@gnu.org; Thu, 17 Apr 2014 10:58:28 -0400 Received: by mail-lb0-f174.google.com with SMTP id u14so470071lbd.19 for ; Thu, 17 Apr 2014 07:58:26 -0700 (PDT) In-Reply-To: <87ha5suntu.fsf@grothesque.org> 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: Christoph Groth Cc: emacs-orgmode --089e013d1c4ce4830804f73e434b Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hey Christoph, Not sure if this would help you, but I've playing with the idea of extracting some of the functionality that Org babel provides and created a small tool for doing reproducible runs using Org mode syntax: https://gist.github.com/wallyqs/10989253 It is based on the Org ruby parser implementation so not all the latest syntax and features are covered... I named it `org-converge` in the sense that a reproducible run should converge into the same result, and also because in the long run I hope to achieve some similar functionality (or at least wrap around) what is possible to do currently with tools like chef, ansible etc... I' ve found it useful for doing reproducible runs along with other tools like Chef and Capistrano, and also for some development work. If you have some ideas or feature requests the feedback is welcome :) The repository is here: https://github.com/wallyqs/org-converge Hope this helps, - Wally On Thu, Apr 17, 2014 at 9:45 PM, Christoph Groth wrote: > Thorsten Jolitz writes: > > >> I=E2=80=99d love to hear about any frameworks or workflows that fulfil= l these > >> requirements. > > > > here is a link about that topic: > > > > ,----------------------------------------------- > > | http://draketo.de/english/emacs/parallel-babel > > `----------------------------------------------- > > Thanks. I had found this one myself - this way of working does not seem > to allow to capture the results of the calculation in orgmode. > > So probably a better way is to have some caching machinery in the > background. I see that babel has built-in caching but there seems to be > no way to support dependencies. > > Christoph > > > --089e013d1c4ce4830804f73e434b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hey Christoph,

Not sure if this would h= elp you, but I've playing with the idea of extracting some of the funct= ionality that Org babel provides and created a small tool for doing reprodu= cible runs using Org mode syntax: https://gist.github.com/wallyqs/10989253
It is based on the Org ruby parser implementation so not all the lates= t syntax and features are covered...

I named it `o= rg-converge` in the sense that a reproducible run should converge into the = same result, and also because in the long run I hope to achieve some simila= r functionality (or at least wrap around) what is possible to do currently = with tools like chef, ansible etc...

I' ve found it useful for doing reproducible runs a= long with other tools like Chef and Capistrano, and also for some developme= nt work. If you have some ideas or feature requests the feedback is welcome= :)

= Hope this helps,

- Wally


On Thu, Apr 17, 2014 at 9:45 PM, Christo= ph Groth <christoph@grothesque.org> wrote:
Thorsten Jolitz <tj= olitz@gmail.com> writes:

>> I=E2=80=99d love to hear about any frameworks or workflows that fu= lfill these
>> requirements.
>
> here is a link about that topic:
>
> ,-----------------------------------------------
> | http://draketo.de/english/emacs/parallel-babel
> `-----------------------------------------------

Thanks. =C2=A0I had found this one myself - this way of working does = not seem
to allow to capture the results of the calculation in orgmode.

So probably a better way is to have some caching machinery in the
background. =C2=A0I see that babel has built-in caching but there seems to = be
no way to support dependencies.

Christoph



--089e013d1c4ce4830804f73e434b--