From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: asynchronous code evaluation Date: Wed, 4 Sep 2013 17:25:57 +0200 Message-ID: <20130904152557.GF2445@kuru.dyndns-at-home.com> References: <20130904080040.GE679@kuru.dyndns-at-home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60059) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEy8-0004XC-8O for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:26:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VHEy3-0001fI-En for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:26:08 -0400 Received: from mail-ea0-x235.google.com ([2a00:1450:4013:c01::235]:39432) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VHEy3-0001f4-4h for emacs-orgmode@gnu.org; Wed, 04 Sep 2013 11:26:03 -0400 Received: by mail-ea0-f181.google.com with SMTP id d10so262101eaj.26 for ; Wed, 04 Sep 2013 08:26:02 -0700 (PDT) Content-Disposition: inline In-Reply-To: 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: Johannes Rainer Cc: emacs-orgmode@gnu.org On Wed, Sep 04, 2013 at 03:23:03PM +0200, Johannes Rainer wrote: > On Wed, Sep 4, 2013 at 10:00 AM, Suvayu Ali wrote: > > > That said, I am curious why you are knowingly tying a computationally > > intensive (possibly buggy, during development i.e.) process with your > > editor. I have to work on some fairly computationally intensive > > analysis with Python. I always keep them in separate modules and > > scripts run from the shell. > > > well, I'm using emacs/org for my data analyses in R. I thus combine > documentation (i.e. the conclusions drawn from e.g. plots created in R) and > the R code to perform the analysis in my org file. Since I'm analysing high > throughput data some tasks to handle the data are quite time consuming. Okay, in that case I would try to achieve the asynchronicity in R. I think you would have better luck that way. -- Suvayu Open source is the future. It sets us free.