[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2006-03-06 (16:42) |
From: | Michael Wohlwend <micha-1@f...> |
Subject: | Re: [Caml-list] recursive or loop |
On Monday 06 March 2006 15:15, you wrote: > > If you're doing purely functional programming then you'll be passing the > > state as an argument to the recursive function. > > How do you restore the call stack? yes the state is not the problem, the callstack is the (my) problem... Michael