Page 1 of 1

algorithms

Posted: Thu Dec 03, 2009 7:38 pm
by neilbaker
Does anyone know of a good book about the design and analysis of algorithms in revolution? Any help would be appreciated. Thanks Neil

Re: algorithms

Posted: Fri Dec 04, 2009 9:40 am
by ale870
I think you could reading something related to Object-oriented approach. Even if RunRev does not "understand" concepts like "class", it implement a lot of commands/messages/functions that could encourage the programmer to use OO methods.

My 2 cents opinion ;-)

Re: algorithms

Posted: Fri Dec 04, 2009 3:18 pm
by Janschenkel
You may want the book Programming for Dummies (4th edition) by Wallace Wang, which uses Revoluton as one of the teaching languages. Another great resource is the User guide that ships with Revolution - you can open it straight from the Help menu. An older book 'Software at the Speed of Thought' by Dan Shafer is still available in the runrev.com store as are the conference DVD's.

HTH,

Jan Schenkel.

Re: algorithms

Posted: Fri Dec 04, 2009 4:26 pm
by ale870
Janschenkel wrote:Another great resource is the User guide that ships with Revolution - you can open it straight from the Help menu.
Jan Schenkel.
Good suggestion! That guide, even if does not go too much deep in some topics, is definitively a good guide !!