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 (21:21) |
From: | Michael Wohlwend <micha-1@f...> |
Subject: | Re: [Caml-list] recursive or loop |
On Monday 06 March 2006 20:25, Anil Madhavapeddy wrote: > > To answer your original question, I wouldn't get too religious about > recursive vs imperative styles; OCaml lets you choose and mix them, > so pick the one that gets the job done for you and move on to the > finer things in life :-) yop, that's true; it's just that in my case the recursive version is pretty nice :-) thanks, Michael