Browse thread
Re: [Caml-list] recursive or loop
[
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 (17:15) |
From: | Jonathan Harrop <jdh30@j...> |
Subject: | Re: [Caml-list] recursive or loop |
On Mon Mar 6 16:42 , Michael Wohlwend <micha-1@fantasymail.de> sent: >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... Write in CPS? Cheers, Jon.