oops, my reply to this missed the point because i hadn't read the original message carefully enough
sorry -----Original Message----- From: "Raphael Collet" <[email protected]> Sent: Wednesday, April 28, 2010 11:16am To: [email protected], "Mozart users" <[email protected]> Subject: Re: newbie: differences between accumulators and implicit state _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-usersDear user, Your guess is correct: an accumulator is an implicit state. The current value of the state is not stored in a cell or an object, but instead passed as an argument to the recursive calls. Cheers, Raphael On Wed, Apr 28, 2010 at 4:32 PM, <[email protected]> wrote: > Hi, i'm an italian user and this is my first post here... > > I have read the book "Concepts, Techniques, and Models of Computer > Programming" but i don't understand wich are the differences between > accumulators and implicit state still. Or are they the same thing? > > I know that explicit state is a cell and we can find this also in the > store and not only in the mind...i know that implicit state is an > argument of a funcion and an accumulator is a state invariant, and so? I > think that implicit state and accumulator are the same thing but i'm not > sure about it, can you help me, please? > > ---- > Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP > autenticato? GRATIS solo con Email.it<http://www.email.it/cgi-bin/start?sid=3> > > Sponsor: > Riccione Hotel Roland Speciale Ponti a partire da euro 82,00 2gg. in > pensione completa + bevande ai pasti > Clicca qui <http://adv.email.it/cgi-bin/foclick.cgi?mid=10365&d=20100428> > > > _________________________________________________________________________________ > mozart-users mailing list > [email protected] > http://www.mozart-oz.org/mailman/listinfo/mozart-users > _________________________________________________________________________________ mozart-users mailing list [email protected] http://www.mozart-oz.org/mailman/listinfo/mozart-users
