caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Michael Wohlwend <micha-1@fantasymail.de>
To: caml-list@yquem.inria.fr
Subject: recursive or loop
Date: Mon, 6 Mar 2006 13:09:06 +0100	[thread overview]
Message-ID: <200603061309.06452.micha-1@fantasymail.de> (raw)


A friend of mine changed a recursive algorithm to an imperative one since that 
is (he said) the only way to temporary stop the calculation and save the 
state to disk and be able to continue it later. To continue he just loads the 
saved state and jumps into his loop.

Is that true? How do I jump out of a recursive algorithm and be able to 
continue it at the same point?

cheers
 Michael


                 reply	other threads:[~2006-03-06 12:08 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200603061309.06452.micha-1@fantasymail.de \
    --to=micha-1@fantasymail.de \
    --cc=caml-list@yquem.inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).